Uses of Interface
org.modelmapper.spi.Mapping

Packages that use Mapping
org.modelmapper ModelMapper is an intelligent object mapping library. 
org.modelmapper.internal ModelMapper internals. 
org.modelmapper.spi Service Provider Interface 
 

Uses of Mapping in org.modelmapper
 

Methods in org.modelmapper that return types with arguments of type Mapping
 List<Mapping> TypeMap.getMappings()
          Returns a snapshot of the TypeMap's mappings.
 

Uses of Mapping in org.modelmapper.internal
 

Methods in org.modelmapper.internal that return Mapping
 Mapping MappingContextImpl.getMapping()
           
 

Uses of Mapping in org.modelmapper.spi
 

Subinterfaces of Mapping in org.modelmapper.spi
 interface ConstantMapping
          A mapping of a source constant to a destination property hierarchy.
 interface PropertyMapping
          A mapping of a source property hierarchy to a destination property hierarchy.
 interface SourceMapping
          A mapping of a source object to a destination property hierarchy.
 

Methods in org.modelmapper.spi that return Mapping
 Mapping MappingContext.getMapping()
          Returns the mapping associated with the mapping request else null if the request did not originate from a TypeMap.
 



Copyright © 2011. All Rights Reserved.