Uses of Class
com.github.dozermapper.core.propertydescriptor.AbstractPropertyDescriptor
-
Packages that use AbstractPropertyDescriptor Package Description com.github.dozermapper.core.propertydescriptor DozerPropertyDescriptorstrategies used to map objects -
-
Uses of AbstractPropertyDescriptor in com.github.dozermapper.core.propertydescriptor
Subclasses of AbstractPropertyDescriptor in com.github.dozermapper.core.propertydescriptor Modifier and Type Class Description classCustomGetSetPropertyDescriptorInternal class used to read and write values for fields that have an explicitly specified getter or setter method.classFieldPropertyDescriptorInternal class that directly accesses the field via reflection.classGetterSetterPropertyDescriptorInternal class used to read and write values for fields that have a getter and setter method.classJavaBeanPropertyDescriptorInternal 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.classMapPropertyDescriptorInternal class used to read and write values for Map backed objects that use key/value pairs.
-