| Package | Description |
|---|---|
| ma.glasnost.orika | |
| ma.glasnost.orika.impl | |
| 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
|
<A,B> Mapper<A,B> |
MapperFactory.lookupMapper(MapperKey mapperKey)
Get the Mapper (if any) which has been associated with the given
MapperKey.
|
<A,B> Mapper<A,B> |
MapperFactory.lookupMapper(MapperKey mapperKey,
MappingContext context)
Get the Mapper (if any) which has been associated with the given
MapperKey.
|
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 | Field and Description |
|---|---|
protected com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap<MapperKey,ClassMap<Object,Object>> |
DefaultMapperFactory.classMapRegistry |
protected Map<MapperKey,Set<ClassMap<Object,Object>>> |
DefaultMapperFactory.usedMapperMetadataRegistry |
| Modifier and Type | Method and Description |
|---|---|
<A,B> ClassMap<A,B> |
DefaultMapperFactory.getClassMap(MapperKey mapperKey) |
protected <A,B> Mapper<A,B> |
DefaultMapperFactory.getRegisteredMapper(MapperKey mapperKey) |
<A,B> Mapper<A,B> |
DefaultMapperFactory.lookupMapper(MapperKey mapperKey) |
Mapper<Object,Object> |
DefaultMapperFactory.lookupMapper(MapperKey mapperKey,
MappingContext context)
Searches for a Mapper which is capable of mapping the classes identified
by the provided MapperKey instance
|
Set<ClassMap<Object,Object>> |
DefaultMapperFactory.lookupUsedClassMap(MapperKey mapperKey) |
| Modifier and Type | Method and Description |
|---|---|
MapperKey |
ClassMap.getMapperKey() |
| Modifier and Type | Method and Description |
|---|---|
Set<MapperKey> |
ClassMap.getUsedMappers() |
| Modifier and Type | Method and Description |
|---|---|
ClassMap<A,B> |
ClassMap.copyWithUsedMappers(Set<MapperKey> usedMappers) |
| Constructor and Description |
|---|
ClassMap(Type<A> aType,
Type<B> bType,
Set<FieldMap> fieldsMapping,
Mapper<A,B> customizedMapper,
Set<MapperKey> usedMappers,
String[] constructorA,
String[] constructorB,
Boolean sourcesMappedOnNull,
Boolean destinationsMappedOnNull,
Boolean favorsExtension)
Constructs a new ClassMap
|
| Modifier and Type | Field and Description |
|---|---|
static Ordering<MapperKey> |
Ordering.MAPPER_KEY
An ordering specific to mapper keys
|
Copyright © 2016 Glasnost. All rights reserved.