Creating TypeMap to use property mapping and converter class

This commit is contained in:
Sasa M
2020-04-29 21:55:30 +02:00
committed by Sasa M
parent 8d7d98a144
commit 9bf7546d42
4 changed files with 43 additions and 49 deletions
@@ -6,7 +6,7 @@ import java.util.List;
import java.util.stream.Collectors;
/**
* This is a helper class that contains method for generic mapping of the users list.
* This is a helper class that contains method for custom mapping of the users list.
* Initially, an instance of ModelMapper was created.
*
* @author Sasa Milenkovic