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

java.lang.Object
  extended by com.sun.xml.ws.spi.db.PropertySetterBase
      extended by com.sun.xml.ws.spi.db.FieldSetter
All Implemented Interfaces:
PropertySetter

public class FieldSetter
extends PropertySetterBase

FieldSetter

Author:
shih-chang.chen@oracle.com

Field Summary
protected  Field field
           
 
Fields inherited from class com.sun.xml.ws.spi.db.PropertySetterBase
type
 
Constructor Summary
FieldSetter(Field f)
           
 
Method Summary
<A> A
getAnnotation(Class<A> annotationType)
           
 Field getField()
           
 void set(Object instance, Object val)
           
 
Methods inherited from class com.sun.xml.ws.spi.db.PropertySetterBase
getType, setterPattern, uninitializedValue
 
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

FieldSetter

public FieldSetter(Field f)
Method Detail

getField

public Field getField()

set

public void set(Object instance,
                Object val)

getAnnotation

public <A> A getAnnotation(Class<A> annotationType)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.