public interface AssembleSingleWithQualifier extends AssembleSingle
FluentAssembler
DSL allowing to assemble to a single DTO or specify the
qualifier of the assembler to use.Modifier and Type | Method and Description |
---|---|
AssembleSingle |
with(Annotation qualifier)
Allows to specify the qualifier of the assembler to use.
|
AssembleSingle |
with(Class<? extends Annotation> qualifier)
Allows to specify the qualifier class of the assembler to use.
|
to
AssembleSingle with(Annotation qualifier)
qualifier
- the qualifier annotation.AssembleSingle with(Class<? extends Annotation> qualifier)
qualifier
- the qualifier annotation class.Copyright © 2013-2018–2019 SeedStack. All rights reserved.