org.dozer.propertydescriptor
Class PropertyDescriptorFactory
java.lang.Object
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 |
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.