| Constructor and Description |
|---|
FieldSetter(Field field) |
| Modifier and Type | Method and Description |
|---|---|
Field |
getField() |
void |
set(T target,
P value)
Set the properties on the target object to value.
|
String |
toString() |
public FieldSetter(Field field)
public void set(T target, P value) throws IllegalArgumentException, IllegalAccessException
Setterset in interface Setter<T,P>target - the target to set the value onvalue - the value to setIllegalArgumentExceptionIllegalAccessExceptionpublic Field getField()
Copyright © 2020. All rights reserved.