Package | Description |
---|---|
org.seedstack.business.assembler |
Provides classes, interfaces and annotations to map the domain layer to Data Transfer Objects
(DTO) and back.
|
org.seedstack.business.modelmapper |
Class and Description |
---|
Assembler
An assembler implementation contains the logic responsible for assembling an aggregate (or a
tuple of multiple aggregates) into into a DTO and back.
|
Class and Description |
---|
Assembler
An assembler implementation contains the logic responsible for assembling an aggregate (or a
tuple of multiple aggregates) into into a DTO and back.
|
BaseAssembler
An helper base class that can be extended to create an assembler between an aggregate and a DTO.
|
BaseTupleAssembler
An helper base class that can be extended to create an assembler between a tuple of aggregates
and a DTO.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.