public interface AssemblePageWithQualifier extends AssemblePage
FluentAssembler DSL allowing to assemble to a Page of multiple DTO or specify the qualifier of the assembler
to use. This is only available in the DSL if a page of aggregates has been specified as input.| Modifier and Type | Method and Description |
|---|---|
AssemblePage |
with(Annotation qualifier)
Allows to specify the qualifier of the assembler to use.
|
AssemblePage |
with(Class<? extends Annotation> qualifier)
Allows to specify the qualifier class of the assembler to use.
|
toPageOftoArrayOf, toCollectionOf, toListOf, toSetOf, toSliceOf, toStreamOfAssemblePage with(Annotation qualifier)
qualifier - the qualifier annotation.AssemblePage with(Class<? extends Annotation> qualifier)
qualifier - the qualifier annotation class.Copyright © 2013-2018–2019 SeedStack. All rights reserved.