Modifier and Type | Class and Description |
---|---|
static class |
ResteasyWadlMethodParamMetaData.MethodParamType |
Constructor and Description |
---|
ResteasyWadlMethodParamMetaData(Class<?> type,
Annotation[] annotations,
ResteasyWadlMethodParamMetaData.MethodParamType paramType,
String paramName) |
Modifier and Type | Method and Description |
---|---|
Annotation[] |
getAnnotations() |
String |
getParamName() |
ResteasyWadlMethodParamMetaData.MethodParamType |
getParamType() |
Class<?> |
getType() |
String |
getTypeName() |
void |
setAnnotations(Annotation[] annotations) |
void |
setParamName(String paramName) |
void |
setParamType(ResteasyWadlMethodParamMetaData.MethodParamType paramType) |
void |
setType(Class<?> type) |
public ResteasyWadlMethodParamMetaData(Class<?> type, Annotation[] annotations, ResteasyWadlMethodParamMetaData.MethodParamType paramType, String paramName)
public Class<?> getType()
public String getTypeName()
public void setType(Class<?> type)
public Annotation[] getAnnotations()
public void setAnnotations(Annotation[] annotations)
public ResteasyWadlMethodParamMetaData.MethodParamType getParamType()
public void setParamType(ResteasyWadlMethodParamMetaData.MethodParamType paramType)
public String getParamName()
public void setParamName(String paramName)
Copyright © 2017 JBoss by Red Hat. All rights reserved.