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

    • type

      protected Class type
  • Constructor Details

    • PropertyGetterBase

      protected PropertyGetterBase()
      Default constructor.
  • Method Details