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.


Nested Class Summary
(package private) static class FieldGetter.PrivilegedGetter
           
 
Field Summary
protected  Field field
           
 
Fields inherited from class com.sun.xml.ws.spi.db.PropertyGetterBase
type
 
Constructor Summary
FieldGetter(Field f)
           
 
Method Summary
 Object get(Object instance)
           
<A> A
getAnnotation(Class<A> annotationType)
           
 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 Field field
Constructor Detail

FieldGetter

public FieldGetter(Field f)
Method Detail

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.