Uses of Interface
ma.glasnost.orika.MapperFactory

Packages that use MapperFactory
ma.glasnost.orika.impl   
ma.glasnost.orika.impl.generator   
ma.glasnost.orika.impl.generator.specification   
ma.glasnost.orika.metadata   
 

Uses of MapperFactory in ma.glasnost.orika.impl
 

Classes in ma.glasnost.orika.impl that implement MapperFactory
 class DefaultMapperFactory
          The mapper factory is the heart of Orika, a small container where metadata are stored, it's used by other components, to look up for generated mappers, converters, object factories ...
 

Methods in ma.glasnost.orika.impl with parameters of type MapperFactory
protected  void ConfigurableMapper.configure(MapperFactory factory)
          Implement this method to provide your own configurations to the Orika MapperFactory used by this mapper.
 void DefaultCodeGenerationStrategy.setMapperFactory(MapperFactory mapperFactory)
           
 

Constructors in ma.glasnost.orika.impl with parameters of type MapperFactory
MapperFacadeImpl(MapperFactory mapperFactory, MappingContextFactory contextFactory, UnenhanceStrategy unenhanceStrategy)
          Constructs a new MapperFacadeImpl
 

Uses of MapperFactory in ma.glasnost.orika.impl.generator
 

Methods in ma.glasnost.orika.impl.generator with parameters of type MapperFactory
 UsedMapperFacadesContext.UsedMapperFacadesIndex UsedMapperFacadesContext.getIndex(Type<?> sourceType, Type<?> destinationType, MapperFactory mapperFactory)
          Returns an index within the dedicated mapper facades contained in this context for the given pair of types.
 void Specification.setMapperFactory(MapperFactory mapperFactory)
           
 void CodeGenerationStrategy.setMapperFactory(MapperFactory mapperFactory)
          Set the MapperFactory on this CodeGenerationStrategy
 void AggregateSpecification.setMapperFactory(MapperFactory mapperFactory)
           
 

Constructors in ma.glasnost.orika.impl.generator with parameters of type MapperFactory
MapperGenerator(MapperFactory mapperFactory, CompilerStrategy compilerStrategy)
           
ObjectFactoryGenerator(MapperFactory mapperFactory, ConstructorResolverStrategy constructorResolverStrategy, CompilerStrategy compilerStrategy)
          Creates a new ObjectFactoryGenerator instance
 

Uses of MapperFactory in ma.glasnost.orika.impl.generator.specification
 

Fields in ma.glasnost.orika.impl.generator.specification declared as MapperFactory
protected  MapperFactory MultiOccurrenceToMultiOccurrence.mapperFactory
           
protected  MapperFactory AbstractSpecification.mapperFactory
           
 

Methods in ma.glasnost.orika.impl.generator.specification with parameters of type MapperFactory
 void MultiOccurrenceToMultiOccurrence.setMapperFactory(MapperFactory mapperFactory)
           
 void AbstractSpecification.setMapperFactory(MapperFactory mapperFactory)
           
 

Uses of MapperFactory in ma.glasnost.orika.metadata
 

Fields in ma.glasnost.orika.metadata declared as MapperFactory
protected  MapperFactory ClassMapBuilderFactory.mapperFactory
           
 

Methods in ma.glasnost.orika.metadata with parameters of type MapperFactory
protected
<A,B> ClassMapBuilder<A,B>
ScoringClassMapBuilder.Factory.newClassMapBuilder(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper[] defaults)
           
protected
<A,B> ClassMapBuilder<A,B>
ClassMapBuilderForMaps.Factory.newClassMapBuilder(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper[] defaults)
           
protected
<A,B> ClassMapBuilder<A,B>
ClassMapBuilderForLists.Factory.newClassMapBuilder(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper[] defaults)
           
protected
<A,B> ClassMapBuilder<A,B>
ClassMapBuilderForArrays.Factory.newClassMapBuilder(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper[] defaults)
           
protected abstract
<A,B> ClassMapBuilder<A,B>
ClassMapBuilderFactory.newClassMapBuilder(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper[] defaults)
          Generates a new ClassMapBuilder instance
protected
<A,B> ClassMapBuilder<A,B>
ClassMapBuilder.Factory.newClassMapBuilder(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper[] defaults)
           
protected
<A,B> ClassMapBuilder<A,B>
CaseInsensitiveClassMapBuilder.Factory.newClassMapBuilder(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper[] defaults)
           
 void ClassMapBuilderFactory.setMapperFactory(MapperFactory mapperFactory)
           
 

Constructors in ma.glasnost.orika.metadata with parameters of type MapperFactory
CaseInsensitiveClassMapBuilder(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper[] defaults)
           
ClassMapBuilder(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper... defaults)
           
ClassMapBuilderForArrays(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper... defaults)
           
ClassMapBuilderForLists(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper... defaults)
           
ClassMapBuilderForMaps(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper... defaults)
           
ScoringClassMapBuilder(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper[] defaults, ScoringClassMapBuilder.PropertyMatchingWeights matchingWeights)
          Constructs a new instance of ScoringClassMapBuilder, using the provided PropertyMatchingWeights to adjust the overall scoring of how properties are matched.
 



Copyright © 2013 Glasnost. All Rights Reserved.