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:
- [email protected]
-
-
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> A
getAnnotation(Class<A> annotationType)
Method
getMethod()
void
set(Object instance, Object val)
-
Methods inherited from class com.sun.xml.ws.spi.db.PropertySetterBase
getType, setterPattern, uninitializedValue
-
-