AnnotationFinder.Infopublic class AnnotationFinder.ParameterInfo extends AnnotationFinder.Annotatable implements AnnotationFinder.Info
| Constructor | Description |
|---|---|
ParameterInfo(AnnotationFinder.MethodInfo parent,
int index) |
|
ParameterInfo(AnnotationFinder.MethodInfo parent,
Parameter<?> parameter) |
| Modifier and Type | Method | Description |
|---|---|---|
Parameter<?> |
get() |
|
java.lang.annotation.Annotation[] |
getDeclaredAnnotations() |
|
AnnotationFinder.MethodInfo |
getDeclaringMethod() |
|
java.lang.String |
getName() |
|
java.lang.String |
toString() |
getAnnotations, getMetaAnnotationNamegetAnnotations, 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.ObjectCopyright © 2005–2018. All rights reserved.