public interface MergeSingleWithQualifier extends MergeSingle
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 |
with(Annotation qualifier)
Allows to specify the qualifier of the assembler to use.
|
MergeSingle |
with(Class<? extends Annotation> qualifier)
Allows to specify the qualifier class of the assembler to use.
|
MergeSingle with(Annotation qualifier)
qualifier
- the qualifier annotation.MergeSingle with(Class<? extends Annotation> qualifier)
qualifier
- the qualifier annotation class.Copyright © 2013-2018–2019 SeedStack. All rights reserved.