public class PropertyDescriptorFactory extends Object
Modifier and Type | Method and Description |
---|---|
static void |
addPluggedPropertyDescriptorCreationStrategy(PropertyDescriptorCreationStrategy strategy) |
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)
public static void addPluggedPropertyDescriptorCreationStrategy(PropertyDescriptorCreationStrategy strategy)
Copyright © 2005-2014 dozer. All Rights Reserved.