Uses of Interface
org.seedstack.business.assembler.dsl.MergeMultiple
-
Packages that use MergeMultiple Package Description org.seedstack.business.assembler.dsl Provides a fluent DSL to do advanced domain-object/DTO mapping operations. -
-
Uses of MergeMultiple in org.seedstack.business.assembler.dsl
Subinterfaces of MergeMultiple in org.seedstack.business.assembler.dsl Modifier and Type Interface Description interfaceMergeMultipleWithQualifierAn element of theDSLallowing to merge multiple DTO into aggregates or tuples of aggregates or specify the qualifier of the assembler to use.Methods in org.seedstack.business.assembler.dsl that return MergeMultiple Modifier and Type Method Description MergeMultipleMergeMultipleWithQualifier. with(Annotation qualifier)Allows to specify the qualifier of the assembler to use.MergeMultipleMergeMultipleWithQualifier. with(Class<? extends Annotation> qualifier)Allows to specify the qualifier class of the assembler to use.MergeMultipleMergeMultipleWithQualifier. with(String qualifier)Allows to specify the qualifier of the assembler to use with Named annotation.
-