com.sun.xml.ws.spi.db
Class FieldGetter
java.lang.Object
com.sun.xml.ws.spi.db.PropertyGetterBase
com.sun.xml.ws.spi.db.FieldGetter
- All Implemented Interfaces:
- PropertyGetter
public class FieldGetter
- extends PropertyGetterBase
FieldGetter gets the value of a field from an instance.
- Author:
- shih-chang.chen@oracle.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
field
protected Field field
FieldGetter
public FieldGetter(Field f)
getField
public Field getField()
get
public Object get(Object instance)
getAnnotation
public <A> A getAnnotation(Class<A> annotationType)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.