Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 302 Bytes

File metadata and controls

11 lines (6 loc) · 302 Bytes

DTOs

Using DTOs

Notice that this blueprint uses AutoMapper to handle dto conversion instead of Java's mapstruct.

Example using JDL:

dto * with mapstruct

See JHispter's documentation for more details about using DTOs.