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
public abstract class PropertySetterBase extends Object implements PropertySetter
This is the Setter of a bean property.- Author:
- shih-chang.chen@oracle.com
-
-
Constructor Summary
Constructors Constructor Description PropertySetterBase()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassgetType()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, wait
-
Methods inherited from interface com.sun.xml.ws.spi.db.PropertySetter
getAnnotation, set
-
-
-
-
Field Detail
-
type
protected Class type
-
-