Uses of Class
com.github.dozermapper.core.propertydescriptor.GetterSetterPropertyDescriptor
-
Packages that use GetterSetterPropertyDescriptor Package Description com.github.dozermapper.core.propertydescriptor DozerPropertyDescriptorstrategies used to map objects -
-
Uses of GetterSetterPropertyDescriptor in com.github.dozermapper.core.propertydescriptor
Subclasses of GetterSetterPropertyDescriptor 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.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.
-