|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dozer.MappingProcessor
public class MappingProcessor
Internal Mapping Engine. Not intended for direct use by Application code. This class does most of the heavy lifting and is very recursive in nature.
This class is not threadsafe and is instantiated for each new mapping request.
Constructor Summary | |
---|---|
protected |
MappingProcessor(ClassMappings classMappings,
Configuration globalConfiguration,
CacheManager cacheMgr,
StatisticsManager statsMgr,
List<CustomConverter> customConverterObjects,
DozerEventManager eventManager,
CustomFieldMapper customFieldMapper,
Map<String,CustomConverter> customConverterObjectsWithId)
|
Method Summary | ||
---|---|---|
|
map(Object srcObj,
Class<T> destClass)
Constructs new instance of destinationClass and performs mapping between from source |
|
|
map(Object srcObj,
Class<T> destClass,
String mapId)
Constructs new instance of destinationClass and performs mapping between from source |
|
void |
map(Object srcObj,
Object destObj)
Performs mapping between source and destination objects |
|
void |
map(Object srcObj,
Object destObj,
String mapId)
Performs mapping between source and destination objects |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected MappingProcessor(ClassMappings classMappings, Configuration globalConfiguration, CacheManager cacheMgr, StatisticsManager statsMgr, List<CustomConverter> customConverterObjects, DozerEventManager eventManager, CustomFieldMapper customFieldMapper, Map<String,CustomConverter> customConverterObjectsWithId)
Method Detail |
---|
public <T> T map(Object srcObj, Class<T> destClass)
Mapper
map
in interface Mapper
public <T> T map(Object srcObj, Class<T> destClass, String mapId)
Mapper
map
in interface Mapper
public void map(Object srcObj, Object destObj)
Mapper
map
in interface Mapper
public void map(Object srcObj, Object destObj, String mapId)
Mapper
map
in interface Mapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |