AnnotationFinder.Info
public class AnnotationFinder.FieldInfo extends AnnotationFinder.Annotatable implements AnnotationFinder.Info
Constructor | Description |
---|---|
FieldInfo(AnnotationFinder.ClassInfo info,
java.lang.reflect.Field field) |
|
FieldInfo(AnnotationFinder.ClassInfo declaringClass,
java.lang.String name,
java.lang.String type) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.reflect.Member |
get() |
|
java.lang.annotation.Annotation[] |
getDeclaredAnnotations() |
|
AnnotationFinder.ClassInfo |
getDeclaringClass() |
|
java.lang.String |
getMetaAnnotationName() |
|
java.lang.String |
getName() |
|
java.lang.String |
getType() |
|
java.lang.String |
toString() |
getAnnotations
getAnnotations
public FieldInfo(AnnotationFinder.ClassInfo info, java.lang.reflect.Field field)
public FieldInfo(AnnotationFinder.ClassInfo declaringClass, java.lang.String name, java.lang.String type)
public java.lang.String getName()
getName
in interface AnnotationFinder.Info
public AnnotationFinder.ClassInfo getDeclaringClass()
public java.lang.String getType()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getMetaAnnotationName()
getMetaAnnotationName
in interface AnnotationFinder.Info
getMetaAnnotationName
in class AnnotationFinder.Annotatable
public java.lang.annotation.Annotation[] getDeclaredAnnotations()
getDeclaredAnnotations
in interface AnnotationFinder.Info
getDeclaredAnnotations
in class AnnotationFinder.Annotatable
public java.lang.reflect.Member get() throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
Copyright © 2005–2018. All rights reserved.