Package | Description |
---|---|
org.seedstack.business.assembler.dsl |
Provides a fluent DSL to do advanced domain-object/DTO mapping operations.
|
Modifier and Type | Method and Description |
---|---|
<A extends AggregateRoot<I>,I> |
FluentAssembler.assemble(A aggregateRoot)
Assembles an aggregate.
|
<T extends org.javatuples.Tuple> |
FluentAssembler.assembleTuple(T tuple)
Assembles a tuple of aggregates into a single DTO.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.