public interface AssembleMultipleWithQualifier extends AssembleMultiple
FluentAssembler
DSL allowing to assemble to multiple DTO in various
forms (stream, list, set, array, ...) or specify the qualifier of the assembler to use.Modifier and Type | Method and Description |
---|---|
AssembleMultiple |
with(Annotation qualifier)
Allows to specify the qualifier of the assembler to use.
|
AssembleMultiple |
with(Class<? extends Annotation> qualifier)
Allows to specify the qualifier class of the assembler to use.
|
toArrayOf, toCollectionOf, toListOf, toSetOf, toSliceOf, toStreamOf
AssembleMultiple with(Annotation qualifier)
qualifier
- the qualifier annotation.AssembleMultiple with(Class<? extends Annotation> qualifier)
qualifier
- the qualifier annotation class.Copyright © 2013-2018–2019 SeedStack. All rights reserved.