changes in build pom.xml
This commit is contained in:
parent
4bc8c329fc
commit
58dc739c3e
|
@ -3,13 +3,15 @@ package com.baeldung.modelmapper;
|
|||
import org.modelmapper.AbstractConverter;
|
||||
import org.modelmapper.Converter;
|
||||
import org.modelmapper.PropertyMap;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* UserPropertyMap class instantiates the converter to map the data from the user list to the user name list.
|
||||
* In the configuration method, we call a converter to do the mapping.
|
||||
* @author sasam0320
|
||||
*
|
||||
* @author Sasa Milenkovic
|
||||
*/
|
||||
public class UserPropertyMap extends PropertyMap<UserList, UserListDTO> {
|
||||
|
||||
|
|
Loading…
Reference in New Issue