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