Uses of Class
ma.glasnost.orika.impl.mapping.strategy.AbstractMappingStrategy

Packages that use AbstractMappingStrategy
ma.glasnost.orika.impl.mapping.strategy   
 

Uses of AbstractMappingStrategy in ma.glasnost.orika.impl.mapping.strategy
 

Subclasses of AbstractMappingStrategy in ma.glasnost.orika.impl.mapping.strategy
 class InstantiateAndUseCustomMapperStrategy
          InstantiateAndUseCustomMapperStrategy uses a custom ObjectFactory and a custom Mapper to map from source to destination type.
 class InstantiateByDefaultAndUseCustomMapperStrategy
          InstantiateByDefaultAndUseCustomMapperStrategy uses a custom mapper and creates instances using the default constructor for the destination type.
 class MapExistingAndUseCustomMapperStrategy
          MapExistingAndUseCustomMapperStrategy maps in place using a custom mapper
 class UseConverterStrategy
           
 class UseCustomMapperStrategy
          UseCustomMapperStrategy uses a custom mapper to map the source to the destination
 



Copyright © 2013 Glasnost. All Rights Reserved.