| Package | Description |
|---|---|
| com.github.dozermapper.core.fieldmap |
Mapping definition used internally for fields
|
| com.github.dozermapper.core.propertydescriptor |
DozerPropertyDescriptor strategies used to map objects |
| Modifier and Type | Method and Description |
|---|---|
protected DozerPropertyDescriptor |
FieldMap.getDestPropertyDescriptor(Class<?> runtimeDestClass) |
protected DozerPropertyDescriptor |
FieldMap.getSrcPropertyDescriptor(Class<?> runtimeSrcClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPropertyDescriptor
Internal abstract property descriptor containing common property descriptor logic.
|
class |
CustomGetSetPropertyDescriptor
Internal class used to read and write values for fields that have an explicitly specified getter or setter method.
|
class |
FieldPropertyDescriptor
Internal class that directly accesses the field via reflection.
|
class |
GetterSetterPropertyDescriptor
Internal class used to read and write values for fields that have a getter and setter method.
|
class |
JavaBeanPropertyDescriptor
Internal class used to read and write values for fields that follow the java bean spec and have corresponding
getter/setter methods for the field that are name accordingly.
|
class |
MapPropertyDescriptor
Internal class used to read and write values for Map backed objects that use key/value pairs.
|
class |
SelfPropertyDescriptor
Internal class used for copy by reference mappings.
|
class |
XmlBeanPropertyDescriptor |
| Modifier and Type | Method and Description |
|---|---|
DozerPropertyDescriptor |
PropertyDescriptorCreationStrategy.buildFor(Class<?> clazz,
String fieldName,
boolean isIndexed,
int index,
HintContainer srcDeepIndexHintContainer,
HintContainer destDeepIndexHintContainer) |
DozerPropertyDescriptor |
PropertyDescriptorFactory.getPropertyDescriptor(Class<?> clazz,
String theGetMethod,
String theSetMethod,
String mapGetMethod,
String mapSetMethod,
boolean isAccessible,
boolean isIndexed,
int index,
String name,
String key,
boolean isSelfReferencing,
String oppositeFieldName,
HintContainer srcDeepIndexHintContainer,
HintContainer destDeepIndexHintContainer,
String beanFactory,
BeanContainer beanContainer,
DestBeanCreator destBeanCreator) |
Copyright © 2005–2021 dozer. All rights reserved.