Uses of Class
org.modelmapper.PropertyMap
-
Packages that use PropertyMap Package Description org.modelmapper ModelMapper is an intelligent object mapping library. -
-
Uses of PropertyMap in org.modelmapper
Methods in org.modelmapper with parameters of type PropertyMap Modifier and Type Method Description <S,D>
TypeMap<S,D>ModelMapper. addMappings(PropertyMap<S,D> propertyMap)
Adds mappings from thepropertyMap
into the TypeMap corresponding to source typeS
and destination typeD
.TypeMap<S,D>
TypeMap. addMappings(PropertyMap<S,D> propertyMap)
Loads mappings from thepropertyMap
into the TypeMap.
-