|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MapperKey | |
|---|---|
| ma.glasnost.orika | |
| ma.glasnost.orika.impl | |
| ma.glasnost.orika.metadata | |
| Uses of MapperKey in ma.glasnost.orika |
|---|
| Methods in ma.glasnost.orika with parameters of type MapperKey | ||
|---|---|---|
|
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)
|
|
|
MapperFactory.lookupMapper(MapperKey mapperKey)
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 |
|
| Uses of MapperKey in ma.glasnost.orika.impl |
|---|
| Fields in ma.glasnost.orika.impl with type parameters of type MapperKey | |
|---|---|
static Comparator<MapperKey> |
Comparators.MAPPER_KEY
|
| Methods in ma.glasnost.orika.impl with parameters of type MapperKey | ||
|---|---|---|
|
DefaultMapperFactory.getClassMap(MapperKey mapperKey)
|
|
protected
|
DefaultMapperFactory.getRegisteredMapper(MapperKey mapperKey)
|
|
|
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)
|
|
| Uses of MapperKey in ma.glasnost.orika.metadata |
|---|
| Methods in ma.glasnost.orika.metadata that return MapperKey | |
|---|---|
MapperKey |
ClassMap.getMapperKey()
|
| Methods in ma.glasnost.orika.metadata that return types with arguments of type MapperKey | |
|---|---|
Set<MapperKey> |
ClassMap.getUsedMappers()
|
| Constructor parameters in ma.glasnost.orika.metadata with type arguments of type MapperKey | |
|---|---|
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)
Constructs a new ClassMap |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||