public final class ReflectAccessor extends Accessor
Accessor.Factory| Constructor and Description |
|---|
ReflectAccessor(Field f) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(Object owner)
Get the field value.
|
void |
set(Object owner,
Object value)
Set the field value.
|
public ReflectAccessor(Field f)
Copyright © 2009–2017. All rights reserved.