Package org.jboss.resteasy.spi.metadata
Class MethodParameter
- java.lang.Object
 - 
- org.jboss.resteasy.spi.metadata.Parameter
 - 
- org.jboss.resteasy.spi.metadata.MethodParameter
 
 
 
- 
public class MethodParameter extends Parameter
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
 
- 
- 
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 Annotation[]annotationsprotected ResourceLocatorlocator- 
Fields inherited from class org.jboss.resteasy.spi.metadata.Parameter
defaultValue, encoded, genericType, paramName, paramType, resourceClass, type 
 - 
 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedMethodParameter(ResourceLocator locator, String name, Class<?> type, Type genericType, Annotation[] annotations) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessibleObjectgetAccessibleObject()Annotation[]getAnnotations()- 
Methods inherited from class org.jboss.resteasy.spi.metadata.Parameter
getDefaultValue, getGenericType, getParamName, getParamType, getResourceClass, getType, isEncoded, setDefaultValue, setEncoded, setParamName, setParamType, setResourceClass 
 - 
 
 - 
 
- 
- 
Field Detail
- 
annotations
protected Annotation[] annotations
 
- 
locator
protected ResourceLocator locator
 
 - 
 
- 
Constructor Detail
- 
MethodParameter
protected MethodParameter(ResourceLocator locator, String name, Class<?> type, Type genericType, Annotation[] annotations)
 
 - 
 
- 
Method Detail
- 
getAccessibleObject
public AccessibleObject getAccessibleObject()
- Specified by:
 getAccessibleObjectin classParameter
 
- 
getAnnotations
public Annotation[] getAnnotations()
- Specified by:
 getAnnotationsin classParameter
 
 - 
 
 -