public class AnnotationFinder.ParameterInfo extends AnnotationFinder.Annotatable implements AnnotationFinder.Info
| Constructor and Description |
|---|
ParameterInfo(AnnotationFinder.MethodInfo parent,
int index) |
ParameterInfo(AnnotationFinder.MethodInfo parent,
Parameter<?> parameter) |
| Modifier and Type | Method and Description |
|---|---|
Parameter<?> |
get() |
java.lang.annotation.Annotation[] |
getDeclaredAnnotations() |
AnnotationFinder.MethodInfo |
getDeclaringMethod() |
java.lang.String |
getName() |
java.lang.String |
toString() |
getAnnotations, getMetaAnnotationNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotations, getMetaAnnotationNamepublic ParameterInfo(AnnotationFinder.MethodInfo parent, int index)
public ParameterInfo(AnnotationFinder.MethodInfo parent, Parameter<?> parameter)
public java.lang.String getName()
getName in interface AnnotationFinder.Infopublic Parameter<?> get() throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundExceptionpublic java.lang.annotation.Annotation[] getDeclaredAnnotations()
getDeclaredAnnotations in interface AnnotationFinder.InfogetDeclaredAnnotations in class AnnotationFinder.Annotatablepublic AnnotationFinder.MethodInfo getDeclaringMethod()
public java.lang.String toString()
toString in class java.lang.Object