See: Description
Interface | Description |
---|---|
Assembler<A,D> |
An assembler implementation contains the logic responsible for assembling an aggregate (or a
tuple of multiple aggregates) into into a DTO and back.
|
AssemblerRegistry |
This registry allows to access assemblers programmatically.
|
Class | Description |
---|---|
BaseAssembler<A extends AggregateRoot<?>,D> |
An helper base class that can be extended to create an assembler between an aggregate and a DTO.
|
BaseTupleAssembler<T extends org.javatuples.Tuple,D> |
An helper base class that can be extended to create an assembler between a tuple of aggregates
and a DTO.
|
Annotation Type | Description |
---|---|
AggregateId |
When
FluentAssembler DSL needs to get an aggregate from repository (i.e. |
DtoOf |
This annotation allows to declare a relation between a class acting as DTO and the aggregate (or
tuple of aggregates) it represents.
|
FactoryArgument |
When
FluentAssembler DSL needs to create an aggregate (i.e. |
Copyright © 2013-2018–2019 SeedStack. All rights reserved.