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