Package | Description |
---|---|
org.jboss.resteasy.wadl |
Modifier and Type | Method and Description |
---|---|
ResteasyWadlMethodParamMetaData.MethodParamType |
ResteasyWadlMethodParamMetaData.getParamType() |
static ResteasyWadlMethodParamMetaData.MethodParamType |
ResteasyWadlMethodParamMetaData.MethodParamType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResteasyWadlMethodParamMetaData.MethodParamType[] |
ResteasyWadlMethodParamMetaData.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 |
ResteasyWadlMethodParamMetaData.setParamType(ResteasyWadlMethodParamMetaData.MethodParamType paramType) |
Constructor and Description |
---|
ResteasyWadlMethodParamMetaData(Class<?> type,
Annotation[] annotations,
ResteasyWadlMethodParamMetaData.MethodParamType paramType,
String paramName) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.