public abstract class ReadOnlyFieldAccessor extends java.lang.Object implements FieldAccessor
Constructor and Description |
---|
ReadOnlyFieldAccessor() |
Modifier and Type | Method and Description |
---|---|
void |
set(java.lang.Object instance,
java.lang.Object value)
Set the value of a field for a particular instance.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get, getField
public final void set(java.lang.Object instance, java.lang.Object value)
FieldAccessor
set
in interface FieldAccessor
instance
- - the instance, or NULL for a static field.value
- - the new value of the field.