org.dozer.propertydescriptor
Class PropertyDescriptorFactory

java.lang.Object
  extended by org.dozer.propertydescriptor.PropertyDescriptorFactory

public class PropertyDescriptorFactory
extends Object

Internal factory responsible for determining which property descriptor should be used. Only intended for internal use.

Author:
garsombke.franz

Method Summary
static DozerPropertyDescriptor 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPropertyDescriptor

public static DozerPropertyDescriptor 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.