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, writeDeepDestinationValue
public 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 JavaBeanPropertyDescriptor
NoSuchMethodException
protected Method getReadMethod() throws NoSuchMethodException
getReadMethod
in class JavaBeanPropertyDescriptor
NoSuchMethodException
protected String getSetMethodName() throws NoSuchMethodException
getSetMethodName
in class JavaBeanPropertyDescriptor
NoSuchMethodException
protected boolean isCustomSetMethod()
isCustomSetMethod
in class JavaBeanPropertyDescriptor
Copyright © 2005-2014 dozer. All Rights Reserved.