public class SetterParameter extends Parameter
Parameter.ParamType| Modifier and Type | Field and Description |
|---|---|
protected java.lang.reflect.Method |
annotatedMethod |
protected java.lang.reflect.Method |
setter |
defaultValue, encoded, genericType, paramName, paramType, resourceClass, suspendTimeout, type| Modifier | Constructor and Description |
|---|---|
protected |
SetterParameter(ResourceClass declaredClass,
java.lang.reflect.Method setter,
java.lang.reflect.Method annotatedMethod) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.AccessibleObject |
getAccessibleObject() |
java.lang.reflect.Method |
getAnnotatedMethod() |
java.lang.annotation.Annotation[] |
getAnnotations() |
java.lang.reflect.Method |
getSetter() |
getDefaultValue, getGenericType, getParamName, getParamType, getResourceClass, getSuspendTimeout, getType, isEncodedprotected java.lang.reflect.Method setter
protected java.lang.reflect.Method annotatedMethod
protected SetterParameter(ResourceClass declaredClass, java.lang.reflect.Method setter, java.lang.reflect.Method annotatedMethod)
public java.lang.reflect.Method getSetter()
public java.lang.reflect.Method getAnnotatedMethod()
public java.lang.reflect.AccessibleObject getAccessibleObject()
getAccessibleObject in class Parameterpublic java.lang.annotation.Annotation[] getAnnotations()
getAnnotations in class Parameter