Interface AssembleSingle
-
- All Known Subinterfaces:
AssembleSingleWithQualifier
public interface AssembleSingleAn element of theFluentAssemblerDSL allowing to assemble to a single DTO.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <D> Dto(Class<D> dtoClass)Assembles to a DTO.
-
-
-
Method Detail
-
to
<D> D to(Class<D> dtoClass)
Assembles to a DTO.- Type Parameters:
D- the type of the DTO.- Parameters:
dtoClass- the DTO class to assemble.- Returns:
- the DTO.
-
-