Uses of Class
ma.glasnost.orika.metadata.ClassMap

Packages that use ClassMap
ma.glasnost.orika   
ma.glasnost.orika.constructor   
ma.glasnost.orika.impl   
ma.glasnost.orika.impl.generator   
ma.glasnost.orika.metadata   
 

Uses of ClassMap in ma.glasnost.orika
 

Methods in ma.glasnost.orika that return ClassMap
<A,B> ClassMap<A,B>
MapperFactory.getClassMap(MapperKey mapperKey)
          Gets the ClassMap instance (if any) which has been associated with the types represented by the given MapperKey instance.
 ClassMap<?,?> MappingContext.getMapperGeneration(MapperKey mapperKey)
           
 

Methods in ma.glasnost.orika that return types with arguments of type ClassMap
 Set<ClassMap<Object,Object>> MapperFactory.lookupUsedClassMap(MapperKey mapperKey)
          Lookup the class map hierarchy used for the mapping defined by the specified MapperKey, if any exists
 

Methods in ma.glasnost.orika with parameters of type ClassMap
<A,B> void
MapperFactory.registerClassMap(ClassMap<A,B> classMap)
          Registers the given ClassMap instance with the factory; it will be used to configure an appropriate mapping.
 void MappingContext.registerMapperGeneration(ClassMap<?,?> classMap)
          Registers a ClassMap marking it as mapped within the current context;
 

Uses of ClassMap in ma.glasnost.orika.constructor
 

Methods in ma.glasnost.orika.constructor with parameters of type ClassMap
<T,A,B> ConstructorResolverStrategy.ConstructorMapping<T>
SimpleConstructorResolverStrategy.resolve(ClassMap<A,B> classMap, Type<T> sourceType)
           
<T,A,B> ConstructorResolverStrategy.ConstructorMapping<T>
ConstructorResolverStrategy.resolve(ClassMap<A,B> classMap, Type<T> sourceType)
           
 

Uses of ClassMap in ma.glasnost.orika.impl
 

Fields in ma.glasnost.orika.impl with type parameters of type ClassMap
protected  Set<ClassMap<?,?>> DefaultMapperFactory.MapperFactoryBuilder.classMaps
          The class maps configured to initialize the MapperFactory
 

Methods in ma.glasnost.orika.impl that return ClassMap
<A,B> ClassMap<A,B>
DefaultMapperFactory.getClassMap(MapperKey mapperKey)
           
 

Methods in ma.glasnost.orika.impl that return types with arguments of type ClassMap
 Set<ClassMap<Object,Object>> DefaultMapperFactory.lookupUsedClassMap(MapperKey mapperKey)
           
 

Methods in ma.glasnost.orika.impl with parameters of type ClassMap
<A,B> void
DefaultMapperFactory.registerClassMap(ClassMap<A,B> classMap)
           
 

Method parameters in ma.glasnost.orika.impl with type arguments of type ClassMap
 B DefaultMapperFactory.MapperFactoryBuilder.classMaps(Set<ClassMap<?,?>> classMaps)
          Set the class maps to be used in initializing this mapper factory
 

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

Methods in ma.glasnost.orika.impl.generator with parameters of type ClassMap
 GeneratedMapperBase MapperGenerator.build(ClassMap<?,?> classMap, MappingContext context)
           
 

Uses of ClassMap in ma.glasnost.orika.metadata
 

Methods in ma.glasnost.orika.metadata that return ClassMap
 ClassMap<A,B> ClassMap.copy(Set<FieldMap> fieldsMapping)
           
 ClassMap<A,B> ClassMapBuilder.toClassMap()
          Produces a ClassMap instance based on the configurations defined on this ClassMapBuilder.
 



Copyright © 2013 Glasnost. All Rights Reserved.