public interface MergeMultipleWithQualifier extends MergeMultiple
DSL
allowing to merge multiple DTO into aggregates or
tuples of aggregates or specify the qualifier of the assembler to use.Modifier and Type | Method and Description |
---|---|
MergeMultiple |
with(Annotation qualifier)
Allows to specify the qualifier of the assembler to use.
|
MergeMultiple |
with(Class<? extends Annotation> qualifier)
Allows to specify the qualifier class of the assembler to use.
|
MergeMultiple with(Annotation qualifier)
qualifier
- the qualifier annotation.MergeMultiple with(Class<? extends Annotation> qualifier)
qualifier
- the qualifier annotation class.Copyright © 2013-2018–2019 SeedStack. All rights reserved.