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
  • Field Details

    • type

      protected Class type
  • Constructor Details

    • PropertySetterBase

      public PropertySetterBase()
  • Method Details

    • getType

      public Class getType()
      Specified by:
      getType in interface PropertySetter
    • setterPattern

      public static boolean setterPattern(Method method)
    • uninitializedValue

      protected static Object uninitializedValue(Class cls)