| Constructor | Description |
|---|---|
MethodSetter(Method method) |
| Modifier and Type | Method | Description |
|---|---|---|
Method |
getMethod() |
|
void |
set(T target,
P value) |
Set the properties on the target object to value.
|
String |
toString() |
public MethodSetter(Method method)
public void set(T target, P value) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
Setterset in interface Setter<T,P>target - the target to set the value onvalue - the value to setIllegalAccessExceptionIllegalArgumentExceptionInvocationTargetExceptionpublic Method getMethod()
Copyright © 2019. All rights reserved.