com.sun.xml.ws.spi.db
Class FieldGetter

java.lang.Object
  extended by com.sun.xml.ws.spi.db.PropertyGetterBase
      extended by 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.


Field Summary
protected  java.lang.reflect.Field field
           
 
Fields inherited from class com.sun.xml.ws.spi.db.PropertyGetterBase
type
 
Constructor Summary
FieldGetter(java.lang.reflect.Field f)
           
 
Method Summary
 java.lang.Object get(java.lang.Object instance)
           
<A> A
getAnnotation(java.lang.Class<A> annotationType)
           
 java.lang.reflect.Field getField()
           
 
Methods inherited from class com.sun.xml.ws.spi.db.PropertyGetterBase
getterPattern, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field

protected java.lang.reflect.Field field
Constructor Detail

FieldGetter

public FieldGetter(java.lang.reflect.Field f)
Method Detail

getField

public java.lang.reflect.Field getField()

get

public java.lang.Object get(java.lang.Object instance)

getAnnotation

public <A> A getAnnotation(java.lang.Class<A> annotationType)


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.