Package org.jboss.resteasy.spi.metadata
Class SetterParameter
- java.lang.Object
-
- org.jboss.resteasy.spi.metadata.Parameter
-
- org.jboss.resteasy.spi.metadata.SetterParameter
-
public class SetterParameter extends Parameter
- Version:
- $Revision: 1 $
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.resteasy.spi.metadata.Parameter
Parameter.ParamType
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.reflect.Method
annotatedMethod
protected java.lang.reflect.Method
setter
-
Fields inherited from class org.jboss.resteasy.spi.metadata.Parameter
defaultValue, encoded, genericType, paramName, paramType, resourceClass, suspendTimeout, type
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SetterParameter(ResourceClass declaredClass, java.lang.reflect.Method setter, java.lang.reflect.Method annotatedMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.AccessibleObject
getAccessibleObject()
java.lang.reflect.Method
getAnnotatedMethod()
java.lang.annotation.Annotation[]
getAnnotations()
java.lang.reflect.Method
getSetter()
-
Methods inherited from class org.jboss.resteasy.spi.metadata.Parameter
getDefaultValue, getGenericType, getParamName, getParamType, getResourceClass, getSuspendTimeout, getType, isEncoded
-
-
-
-
Constructor Detail
-
SetterParameter
protected SetterParameter(ResourceClass declaredClass, java.lang.reflect.Method setter, java.lang.reflect.Method annotatedMethod)
-
-
Method Detail
-
getSetter
public java.lang.reflect.Method getSetter()
-
getAnnotatedMethod
public java.lang.reflect.Method getAnnotatedMethod()
-
getAccessibleObject
public java.lang.reflect.AccessibleObject getAccessibleObject()
- Specified by:
getAccessibleObject
in classParameter
-
getAnnotations
public java.lang.annotation.Annotation[] getAnnotations()
- Specified by:
getAnnotations
in classParameter
-
-