com.sun.xml.ws.spi.db
Class PropertySetterBase

java.lang.Object
  extended by com.sun.xml.ws.spi.db.PropertySetterBase
All Implemented Interfaces:
PropertySetter
Direct Known Subclasses:
FieldSetter, MethodSetter

public abstract class PropertySetterBase
extends java.lang.Object
implements PropertySetter

This is the Setter of a bean property.


Field Summary
protected  java.lang.Class type
           
 
Constructor Summary
PropertySetterBase()
           
 
Method Summary
 java.lang.Class getType()
           
static boolean setterPattern(java.lang.reflect.Method method)
           
protected static java.lang.Object uninitializedValue(java.lang.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 java.lang.Class type
Constructor Detail

PropertySetterBase

public PropertySetterBase()
Method Detail

getType

public java.lang.Class getType()
Specified by:
getType in interface PropertySetter

setterPattern

public static boolean setterPattern(java.lang.reflect.Method method)

uninitializedValue

protected static java.lang.Object uninitializedValue(java.lang.Class cls)


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.