public final class PropertyDescriptorFactory extends Object
| Constructor and Description |
|---|
PropertyDescriptorFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPluggedPropertyDescriptorCreationStrategies(Collection<PropertyDescriptorCreationStrategy> strategies) |
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,
BeanContainer beanContainer,
DestBeanCreator destBeanCreator) |
public 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, BeanContainer beanContainer, DestBeanCreator destBeanCreator)
public void addPluggedPropertyDescriptorCreationStrategies(Collection<PropertyDescriptorCreationStrategy> strategies)
Copyright © 2005–2021 dozer. All rights reserved.