See: Description
| Interface | Description |
|---|---|
| Assembler<A,D> |
This interface represents the Assembler pattern.
|
| FluentAssembler |
FluentAssembler provides the entry point for the assembler DSL.
|
| Class | Description |
|---|---|
| AbstractBaseAssembler<A,D> |
This assembler is intended to be extended by the base assemblers not directly by the users.
|
| BaseAssembler<A extends AggregateRoot<?>,D> |
This class is the class to be extended by the users in order to create an Assembler.
|
| BaseTupleAssembler<T extends org.javatuples.Tuple,D> |
This class is used by developers as bases for Tuple based assemblers.
|
| Enum | Description |
|---|---|
| AssemblerErrorCodes | |
| AssemblerTypes |
AssemblerTypes regroups all the default assemblers provided by the framework.
|
| Annotation Type | Description |
|---|---|
| DtoOf |
This annotation is used to indicate to the default assembler
the aggregate classes into which this dto should assemble.
|
| MatchingEntityId |
This annotation allows the use of the
fromRepository() method of the assembler DSL. |
| MatchingFactoryParameter |
This annotation allows the use of the
fromFactory() method of the assembler DSL. |
| ModelMapper |
Copyright © 2013-2016–2016 SeedStack. All rights reserved.