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