Class MethodParamMetaData
java.lang.Object
org.jboss.resteasy.jsapi.MethodParamMetaData
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionMethodParamMetaData
(Class<?> type, Annotation[] annotations, MethodParamMetaData.MethodParamType paramType, String paramName) -
Method Summary
Modifier and TypeMethodDescriptionClass
<?> getType()
void
setAnnotations
(Annotation[] annotations) void
setParamName
(String paramName) void
setParamType
(MethodParamMetaData.MethodParamType paramType) void
-
Constructor Details
-
MethodParamMetaData
public MethodParamMetaData(Class<?> type, Annotation[] annotations, MethodParamMetaData.MethodParamType paramType, String paramName)
-
-
Method Details
-
getType
-
setType
-
getAnnotations
-
setAnnotations
-
getParamType
-
setParamType
-
getParamName
-
setParamName
-