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

java.lang.Object
  extended by 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.


Field Summary
protected  Class type
           
 
Constructor Summary
PropertyGetterBase()
           
 
Method Summary
static boolean getterPattern(Method method)
           
 Class getType()
           
 
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
Constructor Detail

PropertyGetterBase

public PropertyGetterBase()
Method Detail

getType

public Class getType()
Specified by:
getType in interface PropertyGetter

getterPattern

public static boolean getterPattern(Method method)


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