Uses of Class
org.modelmapper.PropertyMap

Packages that use PropertyMap
org.modelmapper ModelMapper is an intelligent object mapping library. 
org.modelmapper.internal ModelMapper internals. 
 

Uses of PropertyMap in org.modelmapper
 

Methods in org.modelmapper with parameters of type PropertyMap
 void TypeMap.addMappings(PropertyMap<S,D> propertyMap)
          Loads mappings from the propertyMap into the TypeMap.
<S,D> TypeMap<S,D>
ModelMapper.addMappings(PropertyMap<S,D> propertyMap)
          Adds mappings from the propertyMap into the TypeMap corresponding to source type S and destination type D.
 

Uses of PropertyMap in org.modelmapper.internal
 

Methods in org.modelmapper.internal with parameters of type PropertyMap
<S,D> TypeMap<S,D>
TypeMapStore.getOrCreate(Class<S> sourceType, Class<D> destinationType, PropertyMap<S,D> propertyMap, Converter<S,D> converter, MappingEngineImpl engine)
          Gets or creates a TypeMap.
 



Copyright © 2011. All Rights Reserved.