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