Uses of Class
org.modelmapper.PropertyMap
Packages that use PropertyMap
-
Uses of PropertyMap in org.modelmapper
Methods in org.modelmapper with parameters of type PropertyMapModifier and TypeMethodDescription<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.addMappings
(PropertyMap<S, D> propertyMap) Loads mappings from thepropertyMap
into the TypeMap.