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.
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 (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.