Uses of Class
org.dozer.propertydescriptor.AbstractPropertyDescriptor

Packages that use AbstractPropertyDescriptor
org.dozer.propertydescriptor   
 

Uses of AbstractPropertyDescriptor in org.dozer.propertydescriptor
 

Subclasses of AbstractPropertyDescriptor in org.dozer.propertydescriptor
 class CustomGetSetPropertyDescriptor
          Internal class used to read and write values for fields that have an explicitly specified getter or setter method.
 class FieldPropertyDescriptor
          Internal class that directly accesses the field via reflection.
 class GetterSetterPropertyDescriptor
          Internal class used to read and write values for fields that have a getter and 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-2011 dozer. All Rights Reserved.