Interface AssemblePage
-
- All Superinterfaces:
AssembleMultiple
- All Known Subinterfaces:
AssemblePageWithQualifier
public interface AssemblePage extends AssembleMultiple
An element of theFluentAssemblerDSL allowing to assemble to aPageof multiple DTO. This is only available in the DSL if a page of aggregates has been specified as input.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <D> Page<D>toPageOf(Class<D> dtoClass)Assembles to aPageof DTO.-
Methods inherited from interface org.seedstack.business.assembler.dsl.AssembleMultiple
toArrayOf, toCollectionOf, toListOf, toSetOf, toSliceOf, toStreamOf
-
-