Package com.sun.xml.ws.spi.db
Class PropertyGetterBase
- java.lang.Object
-
- com.sun.xml.ws.spi.db.PropertyGetterBase
-
- All Implemented Interfaces:
PropertyGetter
- Direct Known Subclasses:
FieldGetter,MethodGetter
public abstract class PropertyGetterBase extends Object implements PropertyGetter
This is the Gtter of a bean property.- Author:
- shih-chang.chen@oracle.com
-
-
Constructor Summary
Constructors Constructor Description PropertyGetterBase()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleangetterPattern(Method method)ClassgetType()-
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.PropertyGetter
get, getAnnotation
-
-
-
-
Field Detail
-
type
protected Class type
-
-
Method Detail
-
getType
public Class getType()
- Specified by:
getTypein interfacePropertyGetter
-
getterPattern
public static boolean getterPattern(Method method)
-
-