Interface | Description |
---|---|
DozerPropertyDescriptor |
Internal property descriptor interface.
|
PropertyDescriptorCreationStrategy |
Class | Description |
---|---|
AbstractPropertyDescriptor |
Internal abstract property descriptor containing common property descriptor logic.
|
CustomGetSetPropertyDescriptor |
Internal class used to read and write values for fields that have an explicitly specified getter or setter method.
|
DeepHierarchyElement | |
FieldPropertyDescriptor |
Internal class that directly accesses the field via reflection.
|
GetterSetterPropertyDescriptor |
Internal class used to read and write values for fields that have a getter and setter method.
|
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.
|
MapPropertyDescriptor |
Internal class used to read and write values for Map backed objects that use key/value pairs.
|
PropertyDescriptorFactory |
Internal factory responsible for determining which property descriptor should
be used.
|
SelfPropertyDescriptor |
Internal class used for copy by reference mappings.
|
XmlBeanPropertyDescriptor |
Copyright © 2005-2014 dozer. All Rights Reserved.