| Package | Description |
|---|---|
| org.dozer | |
| org.dozer.classmap | |
| org.dozer.event | |
| org.dozer.fieldmap | |
| org.dozer.metadata | |
| org.dozer.propertydescriptor | |
| org.dozer.util |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CustomFieldMapper.mapField(Object source,
Object destination,
Object sourceFieldValue,
ClassMap classMap,
FieldMap fieldMapping) |
| Modifier and Type | Method and Description |
|---|---|
FieldMap |
ClassMap.getFieldMapUsingDest(String destFieldName) |
FieldMap |
ClassMap.getFieldMapUsingDest(String destFieldName,
boolean isMap) |
FieldMap |
ClassMap.getFieldMapUsingSrc(String srcFieldName) |
| Modifier and Type | Method and Description |
|---|---|
List<FieldMap> |
ClassMap.getFieldMaps() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassMap.addFieldMapping(FieldMap fieldMap) |
void |
ClassMap.removeFieldMapping(FieldMap fieldMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassMap.setFieldMaps(List<FieldMap> fieldMaps) |
| Modifier and Type | Method and Description |
|---|---|
FieldMap |
DozerEvent.getFieldMap() |
| Constructor and Description |
|---|
DozerEvent(DozerEventType type,
ClassMap classMap,
FieldMap fieldMap,
Object sourceObject,
Object destinationObject,
Object destinationValue) |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomGetSetMethodFieldMap
Only intended for internal use.
|
class |
ExcludeFieldMap
Only intended for internal use.
|
class |
GenericFieldMap
Only intended for internal use.
|
class |
MapFieldMap
Only intended for internal use.
|
| Constructor and Description |
|---|
MapFieldMap(FieldMap fieldMap) |
| Constructor and Description |
|---|
DozerFieldMappingMetadata(FieldMap fieldMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlBeanPropertyDescriptor.setPropertyValue(Object bean,
Object value,
FieldMap fieldMap) |
void |
SelfPropertyDescriptor.setPropertyValue(Object bean,
Object value,
FieldMap fieldMap) |
void |
MapPropertyDescriptor.setPropertyValue(Object bean,
Object value,
FieldMap fieldMap) |
void |
GetterSetterPropertyDescriptor.setPropertyValue(Object bean,
Object value,
FieldMap fieldMap) |
void |
FieldPropertyDescriptor.setPropertyValue(Object bean,
Object value,
FieldMap fieldMap) |
void |
DozerPropertyDescriptor.setPropertyValue(Object bean,
Object value,
FieldMap fieldMap) |
protected void |
GetterSetterPropertyDescriptor.writeDeepDestinationValue(Object destObj,
Object destFieldValue,
FieldMap fieldMap) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MappingUtils.applyGlobalCopyByReference(Configuration globalConfig,
FieldMap fieldMap,
ClassMap classMap) |
String |
LogMsgFactory.createFieldMappingErrorMsg(Object srcObj,
FieldMap fieldMapping,
Object srcFieldValue,
Object destObj) |
static Class<?> |
MappingUtils.determineCustomConverter(FieldMap fieldMap,
Cache converterByDestTypeCache,
CustomConverterContainer customConverterContainer,
Class<?> srcClass,
Class<?> destClass) |
static String |
MappingUtils.getMappedParentFieldKey(Object destObj,
FieldMap destFieldMap) |
static void |
MappingUtils.reverseFields(FieldMap source,
FieldMap reversed) |
Copyright © 2005-2014 dozer. All Rights Reserved.