Class JavaBeanPropertyDescriptor

  • All Implemented Interfaces:
    DozerPropertyDescriptor
    Direct Known Subclasses:
    CustomGetSetPropertyDescriptor

    public class JavaBeanPropertyDescriptor
    extends GetterSetterPropertyDescriptor
    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. If the field does not have the necessary getter/setter, an exception will be thrown. Only intended for internal use.