Interface AssemblePage

    • Method Detail

      • toPageOf

        <D> Page<D> toPageOf​(Class<D> dtoClass)
        Assembles to a Page of DTO.
        Type Parameters:
        D - the type of the DTO.
        Parameters:
        dtoClass - the DTO class to assemble.
        Returns:
        the page of DTO.