| Package | Description |
|---|---|
| com.github.dozermapper.core |
Core mapping API
|
| com.github.dozermapper.core.builder.model.elengine |
ELEngine extension to JAXB model |
| com.github.dozermapper.core.builder.model.jaxb |
JAXB model that describes the mapping definitions
|
| com.github.dozermapper.core.classmap |
Mapping definition used internally for classes
|
| com.github.dozermapper.core.events |
Event management fired internally by the mapper which can be listened to and acted upon
|
| com.github.dozermapper.core.fieldmap |
Mapping definition used internally for fields
|
| com.github.dozermapper.core.metadata |
Metadata to query the mapping definition
|
| com.github.dozermapper.core.propertydescriptor |
DozerPropertyDescriptor strategies used to map objects |
| com.github.dozermapper.core.util |
Utility methods used by the mapper
|
| 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 |
ELFieldDefinition.build(ClassMap classMap,
BeanContainer beanContainer,
DestBeanCreator destBeanCreator,
PropertyDescriptorFactory propertyDescriptorFactory) |
| Modifier and Type | Method and Description |
|---|---|
FieldMap |
FieldDefinition.build(ClassMap classMap,
BeanContainer beanContainer,
DestBeanCreator destBeanCreator,
PropertyDescriptorFactory propertyDescriptorFactory) |
FieldMap |
FieldExcludeDefinition.build(ClassMap classMap,
BeanContainer beanContainer,
DestBeanCreator destBeanCreator,
PropertyDescriptorFactory propertyDescriptorFactory) |
| 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 |
DefaultEvent.getFieldMap()
Returns the fieldmap being used by mapper
|
FieldMap |
Event.getFieldMap()
Returns the fieldmap being used by mapper
|
| Constructor and Description |
|---|
DefaultEvent(EventTypes type,
ClassMap classMap,
FieldMap fieldMap,
Object sourceObject,
Object destinationObject,
Object destinationValue)
Event details
|
| 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,
BeanContainer beanContainer,
DestBeanCreator destBeanCreator,
PropertyDescriptorFactory propertyDescriptorFactory) |
| Constructor and Description |
|---|
DozerFieldMappingMetadata(FieldMap fieldMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelfPropertyDescriptor.setPropertyValue(Object bean,
Object value,
FieldMap fieldMap) |
void |
XmlBeanPropertyDescriptor.setPropertyValue(Object bean,
Object value,
FieldMap fieldMap) |
void |
DozerPropertyDescriptor.setPropertyValue(Object bean,
Object value,
FieldMap fieldMap) |
void |
GetterSetterPropertyDescriptor.setPropertyValue(Object bean,
Object value,
FieldMap fieldMap) |
void |
MapPropertyDescriptor.setPropertyValue(Object bean,
Object value,
FieldMap fieldMap) |
void |
FieldPropertyDescriptor.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–2021 dozer. All rights reserved.