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 thepropertyMapinto the TypeMap corresponding to source typeSand destination typeD.TypeMap.addMappings(PropertyMap<S, D> propertyMap) Loads mappings from thepropertyMapinto the TypeMap.