Uses of Interface
org.seedstack.business.assembler.dsl.AssemblePage
-
Packages that use AssemblePage Package Description org.seedstack.business.assembler.dsl Provides a fluent DSL to do advanced domain-object/DTO mapping operations. -
-
Uses of AssemblePage in org.seedstack.business.assembler.dsl
Subinterfaces of AssemblePage in org.seedstack.business.assembler.dsl Modifier and Type Interface Description interfaceAssemblePageWithQualifierAn element of theFluentAssemblerDSL allowing to assemble to aPageof multiple DTO or specify the qualifier of the assembler to use.Methods in org.seedstack.business.assembler.dsl that return AssemblePage Modifier and Type Method Description AssemblePageAssemblePageWithQualifier. with(Annotation qualifier)Allows to specify the qualifier of the assembler to use.AssemblePageAssemblePageWithQualifier. with(Class<? extends Annotation> qualifier)Allows to specify the qualifier class of the assembler to use.
-