public class AnnotatedParameter extends Object
| Constructor and Description |
|---|
AnnotatedParameter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAnnotation(Annotation annotation) |
void |
addAnnotations(List<Annotation> annotations) |
List<Annotation> |
getAnnotations() |
Class<?> |
getParameterClass() |
String |
getParameterName() |
Type |
getParameterType() |
void |
setParameterClass(Class<?> parameterClass) |
void |
setParameterName(String parameterName) |
void |
setParameterType(Type parameterType) |
public String getParameterName()
public void setParameterName(String parameterName)
public Class<?> getParameterClass()
public void setParameterClass(Class<?> parameterClass)
public List<Annotation> getAnnotations()
public void addAnnotation(Annotation annotation)
public void addAnnotations(List<Annotation> annotations)
public Type getParameterType()
public void setParameterType(Type parameterType)
Copyright © 2014. All rights reserved.