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 |
AssembleMultipleWithQualifier
An element of the
FluentAssembler DSL allowing to assemble to multiple DTO in various
forms (stream, list, set, array, ...) or specify the qualifier of the assembler to use. |
interface |
AssemblePage
An element of the
FluentAssembler DSL allowing to assemble to a Page of multiple
DTO. |
interface |
AssemblePageWithQualifier
An element of the
FluentAssembler DSL allowing to assemble to a Page of multiple DTO or specify the qualifier of the assembler
to use. |
Modifier and Type | Method and Description |
---|---|
AssembleMultiple |
AssembleMultipleWithQualifier.with(Annotation qualifier)
Allows to specify the qualifier of the assembler to use.
|
AssembleMultiple |
AssembleMultipleWithQualifier.with(Class<? extends Annotation> qualifier)
Allows to specify the qualifier class of the assembler to use.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.