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


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 resource)
           
 
Methods inherited from class com.sun.xml.ws.spi.db.PropertySetterBase
getType, setterPattern
 
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 resource)

getAnnotation

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


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