public interface AssembleSingle
FluentAssembler DSL allowing to assemble to a single DTO.| Modifier and Type | Method and Description |
|---|---|
<D> D |
to(Class<D> dtoClass)
Assembles to a DTO.
|
<D> D to(Class<D> dtoClass)
D - the type of the DTO.dtoClass - the DTO class to assemble.Copyright © 2013-2018–2019 SeedStack. All rights reserved.