Package com.sun.xml.ws.spi.db
Class PropertySetterBase
java.lang.Object
com.sun.xml.ws.spi.db.PropertySetterBase
- All Implemented Interfaces:
PropertySetter
- Direct Known Subclasses:
FieldSetter,MethodSetter
This is the Setter of a bean property.
- Author:
- shih-chang.chen@oracle.com
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()static booleansetterPattern(Method method) protected static ObjectuninitializedValue(Class cls) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.xml.ws.spi.db.PropertySetter
getAnnotation, set
-
Field Details
-
type
-
-
Constructor Details
-
PropertySetterBase
protected PropertySetterBase()Default constructor.
-
-
Method Details
-
getType
- Specified by:
getTypein interfacePropertySetter
-
setterPattern
-
uninitializedValue
-