public class ReflectParameter
extends java.lang.Object
| Constructor and Description |
|---|
ReflectParameter() |
| Modifier and Type | Method and Description |
|---|---|
ReflectAnnotation |
getAnnotation(java.lang.String name) |
java.util.List<ReflectAnnotation> |
getAnnotations() |
java.lang.String |
getName() |
ReflectGenericClass |
getType() |
boolean |
hasAnnotation(java.lang.String... names) |
void |
setAnnotations(java.util.List<ReflectAnnotation> annotations) |
void |
setName(java.lang.String name) |
void |
setType(ReflectGenericClass type) |
public java.util.List<ReflectAnnotation> getAnnotations()
public void setAnnotations(java.util.List<ReflectAnnotation> annotations)
public ReflectGenericClass getType()
public void setType(ReflectGenericClass type)
public java.lang.String getName()
public void setName(java.lang.String name)
public boolean hasAnnotation(java.lang.String... names)
public ReflectAnnotation getAnnotation(java.lang.String name)