public class PropertyDescriptorFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
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) |
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-2012 dozer. All Rights Reserved.