| AssembleMultiple |
An element of the FluentAssembler DSL allowing to assemble to multiple DTO in various
forms (stream, list, set, array, ...).
|
| 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.
|
| AssemblePage |
|
| 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.
|
| AssembleSingle |
An element of the FluentAssembler DSL allowing to assemble to a single DTO.
|
| AssembleSingleWithQualifier |
An element of the FluentAssembler DSL allowing to assemble to a single DTO or specify the
qualifier of the assembler to use.
|
| MergeAs |
Terminal operation of the FluentAssembler DSL, allowing to choose the result of merging a
DTO into multiple aggregates (stream, list, set, array, ...).
|
| MergeFromRepository |
An element of the DSL allowing to specify whether the aggregates should
be retrieved from a repository or created from a factory.
|
| MergeFromRepositoryOrFactory |
An element of the DSL allowing to specify the behavior when aggregates
cannot be found in the repository.
|
| MergeMultiple |
An element of the DSL allowing to merge multiple DTO into aggregates or
tuples of aggregates.
|
| MergeMultipleWithQualifier |
An element of the DSL allowing to merge multiple DTO into aggregates or
tuples of aggregates or specify the qualifier of the assembler to use.
|
| MergeSingle |
An element of the DSL allowing to merge one DTO into an aggregate or a
tuple of aggregates.
|
| MergeSingleWithQualifier |
An element of the DSL allowing to merge one DTO into an aggregate or a
tuple of aggregates or specify the qualifier of the assembler to use.
|