| Package | Description |
|---|---|
| ma.glasnost.orika | |
| ma.glasnost.orika.constructor | |
| ma.glasnost.orika.impl | |
| ma.glasnost.orika.impl.generator | |
| ma.glasnost.orika.metadata | |
| ma.glasnost.orika.util |
| Modifier and Type | Field and Description |
|---|---|
protected List<Map<MapperKey,ClassMap<?,?>>> |
MappingContext.mappersSeen |
| Modifier and Type | Method and Description |
|---|---|
<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)
Looks up a ClassMap among the mappers generated with this mapping context
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
<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;
|
| Modifier and Type | Method and Description |
|---|---|
<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) |
| Modifier and Type | Field and Description |
|---|---|
protected com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap<MapperKey,ClassMap<Object,Object>> |
DefaultMapperFactory.classMapRegistry |
protected Set<ClassMap<?,?>> |
DefaultMapperFactory.MapperFactoryBuilder.classMaps
The class maps configured to initialize the MapperFactory
|
protected Map<MapperKey,Set<ClassMap<Object,Object>>> |
DefaultMapperFactory.usedMapperMetadataRegistry |
| Modifier and Type | Method and Description |
|---|---|
<A,B> ClassMap<A,B> |
DefaultMapperFactory.getClassMap(MapperKey mapperKey) |
| Modifier and Type | Method and Description |
|---|---|
Set<ClassMap<Object,Object>> |
DefaultMapperFactory.lookupUsedClassMap(MapperKey mapperKey) |
| Modifier and Type | Method and Description |
|---|---|
<A,B> void |
DefaultMapperFactory.registerClassMap(ClassMap<A,B> classMap) |
| Modifier and Type | Method and Description |
|---|---|
B |
DefaultMapperFactory.MapperFactoryBuilder.classMaps(Set<ClassMap<?,?>> classMaps)
Set the class maps to be used in initializing this mapper factory
|
| Modifier and Type | Method and Description |
|---|---|
GeneratedMapperBase |
MapperGenerator.build(ClassMap<?,?> classMap,
MappingContext context) |
| Modifier and Type | Method and Description |
|---|---|
ClassMap<A,B> |
ClassMap.copy(Set<FieldMap> fieldsMapping) |
ClassMap<A,B> |
ClassMap.copyWithUsedMappers(Set<MapperKey> usedMappers) |
ClassMap<A,B> |
ClassMapBuilder.toClassMap()
Produces a ClassMap instance based on the configurations defined on this
ClassMapBuilder.
|
| Modifier and Type | Field and Description |
|---|---|
static Ordering<ClassMap<?,?>> |
Ordering.CLASSMAP
An ordering specific to mapper keys
|
Copyright © 2017 Glasnost. All Rights Reserved.