| Package | Description |
|---|---|
| org.jboss.resteasy.jsapi |
| Modifier and Type | Method and Description |
|---|---|
MethodParamMetaData.MethodParamType |
MethodParamMetaData.getParamType() |
static MethodParamMetaData.MethodParamType |
MethodParamMetaData.MethodParamType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodParamMetaData.MethodParamType[] |
MethodParamMetaData.MethodParamType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MethodParamMetaData.setParamType(MethodParamMetaData.MethodParamType paramType) |
| Constructor and Description |
|---|
MethodParamMetaData(Class<?> type,
Annotation[] annotations,
MethodParamMetaData.MethodParamType paramType,
String paramName) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.