Package | Description |
---|---|
org.seedstack.business.assembler.dsl |
Provides a fluent DSL to do advanced domain-object/DTO mapping operations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MergeSingleWithQualifier
An element of the
DSL allowing to merge one DTO into an aggregate or a
tuple of aggregates or specify the qualifier of the assembler to use. |
Modifier and Type | Method and Description |
---|---|
MergeSingle |
MergeSingleWithQualifier.with(Annotation qualifier)
Allows to specify the qualifier of the assembler to use.
|
MergeSingle |
MergeSingleWithQualifier.with(Class<? extends Annotation> qualifier)
Allows to specify the qualifier class of the assembler to use.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.