cterse / TrainingDemo

MIT License
0 stars 0 forks source link

Implement Mappers to convert data from DTOs to Entities and vice versa #4

Closed cterse closed 5 years ago

cterse commented 5 years ago

Implement mappers to map from DTOs to Entities and vice versa. Can builders be used in this?

cterse commented 5 years ago

Used the ModelMapper library to map between DTOs and Entities.

ModelMapper : http://modelmapper.org

Latest Commit at this stage: 69a930931f1d8188a593c267343861c47214f393

Providing mappings using the PropertyMap<S, D> Java 7 approach.