Class ResteasyWadlMethodParamMetaData
java.lang.Object
org.jboss.resteasy.wadl.ResteasyWadlMethodParamMetaData
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionResteasyWadlMethodParamMetaData
(Class<?> type, Annotation[] annotations, ResteasyWadlMethodParamMetaData.MethodParamType paramType, String paramName) -
Method Summary
Modifier and TypeMethodDescriptionClass
<?> getType()
void
setAnnotations
(Annotation[] annotations) void
setParamName
(String paramName) void
void
-
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
-