| Package | Description |
|---|---|
| com.github.dozermapper.core.propertydescriptor |
DozerPropertyDescriptor strategies used to map objects |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomGetSetPropertyDescriptor
Internal class used to read and write values for fields that have an explicitly specified getter or 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.
|
Copyright © 2005–2021 dozer. All rights reserved.