public static class Setter.FieldSetter extends Object implements Setter
Setter.FieldSetter, Setter.MethodSetter| Constructor and Description |
|---|
FieldSetter(Field f) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(Object object,
Object value)
Call the setter on the specified object.
|
public FieldSetter(Field f)
public void set(Object object, Object value) throws ExecutableException
Setterset in interface Setterobject - The object to call the setter onvalue - The value to set.ExecutableException - Exception occurred on invoked constructor/method/field.Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.