Package com.sun.xml.ws.spi.db
Class MethodGetter
- java.lang.Object
-
- com.sun.xml.ws.spi.db.PropertyGetterBase
-
- com.sun.xml.ws.spi.db.MethodGetter
-
- All Implemented Interfaces:
PropertyGetter
public class MethodGetter extends PropertyGetterBase
MethodGetter- Author:
- shih-chang.chen@oracle.com
-
-
Field Summary
-
Fields inherited from class com.sun.xml.ws.spi.db.PropertyGetterBase
type
-
-
Constructor Summary
Constructors Constructor Description MethodGetter(Method m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(Object instance)<A> AgetAnnotation(Class<A> annotationType)MethodgetMethod()-
Methods inherited from class com.sun.xml.ws.spi.db.PropertyGetterBase
getterPattern, getType
-
-