public class CustomGetSetPropertyDescriptor extends JavaBeanPropertyDescriptor
clazz, destDeepIndexHintContainer, fieldName, index, isIndexed, srcDeepIndexHintContainer| Constructor and Description |
|---|
CustomGetSetPropertyDescriptor(Class<?> clazz,
String fieldName,
boolean isIndexed,
int index,
String customSetMethod,
String customGetMethod,
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, writeDeepDestinationValuepublic CustomGetSetPropertyDescriptor(Class<?> clazz, String fieldName, boolean isIndexed, int index, String customSetMethod, String customGetMethod, HintContainer srcDeepIndexHintContainer, HintContainer destDeepIndexHintContainer)
public Method getWriteMethod() throws NoSuchMethodException
getWriteMethod in class JavaBeanPropertyDescriptorNoSuchMethodExceptionprotected Method getReadMethod() throws NoSuchMethodException
getReadMethod in class JavaBeanPropertyDescriptorNoSuchMethodExceptionprotected String getSetMethodName() throws NoSuchMethodException
getSetMethodName in class JavaBeanPropertyDescriptorNoSuchMethodExceptionprotected boolean isCustomSetMethod()
isCustomSetMethod in class JavaBeanPropertyDescriptorCopyright © 2005-2014 dozer. All Rights Reserved.