public class JavaBeanPropertyDescriptor extends GetterSetterPropertyDescriptor
clazz, destDeepIndexHintContainer, fieldName, index, isIndexed, srcDeepIndexHintContainer
Constructor and Description |
---|
JavaBeanPropertyDescriptor(Class<?> clazz,
String fieldName,
boolean isIndexed,
int index,
HintContainer srcDeepIndexHintContainer,
HintContainer destDeepIndexHintContainer) |
Modifier and Type | Method and Description |
---|---|
protected Method |
getReadMethod() |
protected String |
getSetMethodName() |
Method |
getWriteMethod() |
protected boolean |
isCustomSetMethod() |
genericType, getPropertyType, getPropertyValue, getWriteMethodPropertyType, invokeReadMethod, invokeWriteMethod, setPropertyValue, writeDeepDestinationValue
public JavaBeanPropertyDescriptor(Class<?> clazz, String fieldName, boolean isIndexed, int index, HintContainer srcDeepIndexHintContainer, HintContainer destDeepIndexHintContainer)
public Method getWriteMethod() throws NoSuchMethodException
getWriteMethod
in class GetterSetterPropertyDescriptor
NoSuchMethodException
protected String getSetMethodName() throws NoSuchMethodException
getSetMethodName
in class GetterSetterPropertyDescriptor
NoSuchMethodException
protected Method getReadMethod() throws NoSuchMethodException
getReadMethod
in class GetterSetterPropertyDescriptor
NoSuchMethodException
protected boolean isCustomSetMethod()
isCustomSetMethod
in class GetterSetterPropertyDescriptor
Copyright © 2005-2014 dozer. All Rights Reserved.