public class SetterMethodDetail extends MethodDetail
Constructor and Description |
---|
SetterMethodDetail(java.lang.String field,
java.lang.reflect.Method getterMethod,
ValueMapper factory) |
Modifier and Type | Method and Description |
---|---|
void |
invokeSetter(java.lang.Object obj,
java.lang.Object arg) |
getFieldName, getKey, getMapper, getMethod, toString
public SetterMethodDetail(java.lang.String field, java.lang.reflect.Method getterMethod, ValueMapper factory)