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