public abstract class AbstractPropertyDescriptor extends Object implements DozerPropertyDescriptor
Modifier and Type | Field and Description |
---|---|
protected Class<?> |
clazz |
protected HintContainer |
destDeepIndexHintContainer |
protected String |
fieldName |
protected int |
index |
protected boolean |
isIndexed |
protected HintContainer |
srcDeepIndexHintContainer |
Constructor and Description |
---|
AbstractPropertyDescriptor(Class<?> clazz,
String fieldName,
boolean isIndexed,
int index,
HintContainer srcDeepIndexHintContainer,
HintContainer destDeepIndexHintContainer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
genericType, getPropertyType, getPropertyValue, setPropertyValue
protected final Class<?> clazz
protected final String fieldName
protected boolean isIndexed
protected int index
protected HintContainer srcDeepIndexHintContainer
protected HintContainer destDeepIndexHintContainer
public AbstractPropertyDescriptor(Class<?> clazz, String fieldName, boolean isIndexed, int index, HintContainer srcDeepIndexHintContainer, HintContainer destDeepIndexHintContainer)
Copyright © 2005-2014 dozer. All Rights Reserved.