Uses of Interface
ma.glasnost.orika.constructor.ConstructorResolverStrategy

Packages that use ConstructorResolverStrategy
ma.glasnost.orika.constructor   
ma.glasnost.orika.impl   
ma.glasnost.orika.impl.generator   
 

Uses of ConstructorResolverStrategy in ma.glasnost.orika.constructor
 

Classes in ma.glasnost.orika.constructor that implement ConstructorResolverStrategy
 class SimpleConstructorResolverStrategy
          SimpleConstructorResolverStrategy attempts to resolve the appropriate constructor to use in a field mapping by the following algorithm: If an explicit constructor has been defined (based on parameter names), then use it Attempt to find a constructor which has parameter names matching all of the mapped property names of the destination class Return the first constructor in the list
 

Uses of ConstructorResolverStrategy in ma.glasnost.orika.impl
 

Fields in ma.glasnost.orika.impl declared as ConstructorResolverStrategy
protected  ConstructorResolverStrategy DefaultMapperFactory.MapperFactoryBuilder.constructorResolverStrategy
          The ConstructorResolverStrategy configured for the MapperFactory
 

Methods in ma.glasnost.orika.impl that return ConstructorResolverStrategy
static ConstructorResolverStrategy UtilityResolver.getDefaultConstructorResolverStrategy()
          Provides a default constructor resolver strategy, favoring a type specified in the appropriate system property if found.
 

Methods in ma.glasnost.orika.impl with parameters of type ConstructorResolverStrategy
 B DefaultMapperFactory.MapperFactoryBuilder.constructorResolverStrategy(ConstructorResolverStrategy constructorResolverStrategy)
          Configure the ConstructorResolverStrategy to use with the generated MapperFactory
 

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

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



Copyright © 2013 Glasnost. All Rights Reserved.