public abstract class Accessor extends Object
static interface
Accessor.Factory
Field
f
protected
Accessor(Field f)
abstract <T> T
get(Object owner)
abstract void
set(Object owner, Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final Field f
protected Accessor(Field f)
public abstract void set(Object owner, Object value)
public abstract <T> T get(Object owner)
Copyright © 2009–2018. All rights reserved.