| Constructor | Description |
|---|---|
FieldSetter(Field field) |
| Modifier and Type | Method | 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 © 2019. All rights reserved.