Package org.jboss.resteasy.jsapi
Class MethodParamMetaData
- java.lang.Object
 - 
- org.jboss.resteasy.jsapi.MethodParamMetaData
 
 
- 
public class MethodParamMetaData extends Object
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMethodParamMetaData.MethodParamType 
- 
Constructor Summary
Constructors Constructor Description MethodParamMetaData(Class<?> type, Annotation[] annotations, MethodParamMetaData.MethodParamType paramType, String paramName) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Annotation[]getAnnotations()StringgetParamName()MethodParamMetaData.MethodParamTypegetParamType()Class<?>getType()voidsetAnnotations(Annotation[] annotations)voidsetParamName(String paramName)voidsetParamType(MethodParamMetaData.MethodParamType paramType)voidsetType(Class<?> type) 
 - 
 
- 
- 
Constructor Detail
- 
MethodParamMetaData
public MethodParamMetaData(Class<?> type, Annotation[] annotations, MethodParamMetaData.MethodParamType paramType, String paramName)
 
 - 
 
- 
Method Detail
- 
getType
public Class<?> getType()
 
- 
setType
public void setType(Class<?> type)
 
- 
getAnnotations
public Annotation[] getAnnotations()
 
- 
setAnnotations
public void setAnnotations(Annotation[] annotations)
 
- 
getParamType
public MethodParamMetaData.MethodParamType getParamType()
 
- 
setParamType
public void setParamType(MethodParamMetaData.MethodParamType paramType)
 
- 
getParamName
public String getParamName()
 
- 
setParamName
public void setParamName(String paramName)
 
 - 
 
 -