Package 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
-
-
Field Summary
Fields Modifier and Type Field Description protected Fieldfield-
Fields inherited from class com.sun.xml.ws.spi.db.PropertyGetterBase
type
-
-
Constructor Summary
Constructors Constructor Description FieldGetter(Field f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(Object instance)<A> AgetAnnotation(Class<A> annotationType)FieldgetField()-
Methods inherited from class com.sun.xml.ws.spi.db.PropertyGetterBase
getterPattern, getType
-
-