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.