Uses of Interface
org.dozer.propertydescriptor.DozerPropertyDescriptor

Packages that use DozerPropertyDescriptor
org.dozer.fieldmap   
org.dozer.propertydescriptor   
 

Uses of DozerPropertyDescriptor in org.dozer.fieldmap
 

Methods in org.dozer.fieldmap that return DozerPropertyDescriptor
protected  DozerPropertyDescriptor FieldMap.getDestPropertyDescriptor(Class<?> runtimeDestClass)
           
protected  DozerPropertyDescriptor FieldMap.getSrcPropertyDescriptor(Class<?> runtimeSrcClass)
           
 

Uses of DozerPropertyDescriptor in org.dozer.propertydescriptor
 

Classes in org.dozer.propertydescriptor that implement DozerPropertyDescriptor
 class AbstractPropertyDescriptor
          Internal abstract property descriptor containing common property descriptor logic.
 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.
 class SelfPropertyDescriptor
          Internal class used for copy by reference mappings.
 class XmlBeanPropertyDescriptor
           
 

Methods in org.dozer.propertydescriptor that return DozerPropertyDescriptor
static DozerPropertyDescriptor PropertyDescriptorFactory.getPropertyDescriptor(Class<?> clazz, String theGetMethod, String theSetMethod, String mapGetMethod, String mapSetMethod, boolean isAccessible, boolean isIndexed, int index, String name, String key, boolean isSelfReferencing, String oppositeFieldName, HintContainer srcDeepIndexHintContainer, HintContainer destDeepIndexHintContainer, String beanFactory)
           
 



Copyright © 2005-2011 dozer. All Rights Reserved.