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() |
Annotation[] |
getDeclaredAnnotations() |
AnnotationFinder.MethodInfo |
getDeclaringMethod() |
String |
getName() |
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 String getName()
getName in interface AnnotationFinder.Infopublic Parameter<?> get() throws ClassNotFoundException
ClassNotFoundExceptionpublic Annotation[] getDeclaredAnnotations()
getDeclaredAnnotations in interface AnnotationFinder.InfogetDeclaredAnnotations in class AnnotationFinder.Annotatablepublic AnnotationFinder.MethodInfo getDeclaringMethod()
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.