Uses of Class
org.dozer.propertydescriptor.GetterSetterPropertyDescriptor

Packages that use GetterSetterPropertyDescriptor
org.dozer.propertydescriptor   
 

Uses of GetterSetterPropertyDescriptor in org.dozer.propertydescriptor
 

Subclasses of GetterSetterPropertyDescriptor 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 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.