Uses of Interface
org.seedstack.business.assembler.dsl.AssembleMultiple
-
Packages that use AssembleMultiple Package Description org.seedstack.business.assembler.dsl Provides a fluent DSL to do advanced domain-object/DTO mapping operations. -
-
Uses of AssembleMultiple in org.seedstack.business.assembler.dsl
Subinterfaces of AssembleMultiple in org.seedstack.business.assembler.dsl Modifier and Type Interface Description interfaceAssembleMultipleWithQualifierAn element of theFluentAssemblerDSL allowing to assemble to multiple DTO in various forms (stream, list, set, array, ...) or specify the qualifier of the assembler to use.interfaceAssemblePageAn element of theFluentAssemblerDSL allowing to assemble to aPageof multiple DTO.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 AssembleMultiple Modifier and Type Method Description AssembleMultipleAssembleMultipleWithQualifier. with(Annotation qualifier)Allows to specify the qualifier of the assembler to use.AssembleMultipleAssembleMultipleWithQualifier. with(Class<? extends Annotation> qualifier)Allows to specify the qualifier class of the assembler to use.AssembleMultipleAssembleMultipleWithQualifier. with(String qualifier)Allows to specify the qualifier of the assembler to use with Named annotation.
-