cterse / TrainingDemo

MIT License
0 stars 0 forks source link

Research ModelMapper Library #6

Closed cterse closed 5 years ago

cterse commented 5 years ago

Look into ModelMapper library to facilitate mapping between DTOs and entities.

cterse commented 5 years ago

Looked into ModelMapper library to map classes from one type to another.

Looks feasible.

Implemented mappings between DTOs and Entities using the STRICT Mapping strategy, providing additional configuration options via a PropertyMap<S, D> Java 7 approach.

Did not understand the concept of TypeMap, which looks pretty important. However, no need of that for now. If needed, reopen this research issue.