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:
- [email protected]
-
-
Field Summary
Fields Modifier and Type Field Description protected Field
field
-
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> 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
-
-