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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected Class type
PropertyGetterBase
public PropertyGetterBase()
getType
public Class getType()
- Specified by:
getType in interface PropertyGetter
getterPattern
public static boolean getterPattern(Method method)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.