Package org.jboss.resteasy.wadl
Class ResteasyWadlMethodParamMetaData
java.lang.Object
org.jboss.resteasy.wadl.ResteasyWadlMethodParamMetaData
- Author:
 - Weinan Li
 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
ConstructorsConstructorDescriptionResteasyWadlMethodParamMetaData(Class<?> type, Annotation[] annotations, ResteasyWadlMethodParamMetaData.MethodParamType paramType, String paramName)  - 
Method Summary
Modifier and TypeMethodDescriptionClass<?> getType()voidsetAnnotations(Annotation[] annotations) voidsetParamName(String paramName) voidvoid 
- 
Constructor Details
- 
ResteasyWadlMethodParamMetaData
public ResteasyWadlMethodParamMetaData(Class<?> type, Annotation[] annotations, ResteasyWadlMethodParamMetaData.MethodParamType paramType, String paramName)  
 - 
 - 
Method Details
- 
getType
 - 
getTypeName
 - 
setType
 - 
getAnnotations
 - 
setAnnotations
 - 
getParamType
 - 
setParamType
 - 
getParamName
 - 
setParamName
 
 -