public class AnnotationFinder.FieldInfo extends AnnotationFinder.Annotatable implements AnnotationFinder.Info
| Constructor and Description |
|---|
FieldInfo(AnnotationFinder.ClassInfo info,
Field field) |
FieldInfo(AnnotationFinder.ClassInfo declaringClass,
String name,
String type) |
| Modifier and Type | Method and Description |
|---|---|
Member |
get() |
Annotation[] |
getDeclaredAnnotations() |
AnnotationFinder.ClassInfo |
getDeclaringClass() |
String |
getMetaAnnotationName() |
String |
getName() |
String |
getType() |
String |
toString() |
getAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotationspublic FieldInfo(AnnotationFinder.ClassInfo info, Field field)
public FieldInfo(AnnotationFinder.ClassInfo declaringClass, String name, String type)
public String getName()
getName in interface AnnotationFinder.Infopublic AnnotationFinder.ClassInfo getDeclaringClass()
public String getType()
public String getMetaAnnotationName()
getMetaAnnotationName in interface AnnotationFinder.InfogetMetaAnnotationName in class AnnotationFinder.Annotatablepublic Annotation[] getDeclaredAnnotations()
getDeclaredAnnotations in interface AnnotationFinder.InfogetDeclaredAnnotations in class AnnotationFinder.Annotatablepublic Member get() throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2005–2020 The Apache Software Foundation. All rights reserved.