Class PropertyDescriptorFactory
- java.lang.Object
-
- com.github.dozermapper.core.propertydescriptor.PropertyDescriptorFactory
-
public final class PropertyDescriptorFactory extends Object
Internal factory responsible for determining which property descriptor should be used. Only intended for internal use.
-
-
Constructor Summary
Constructors Constructor Description PropertyDescriptorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPluggedPropertyDescriptorCreationStrategies(Collection<PropertyDescriptorCreationStrategy> strategies)DozerPropertyDescriptorgetPropertyDescriptor(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)
-
-
-
Method Detail
-
getPropertyDescriptor
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)
-
addPluggedPropertyDescriptorCreationStrategies
public void addPluggedPropertyDescriptorCreationStrategies(Collection<PropertyDescriptorCreationStrategy> strategies)
-
-