Package org.apache.xbean.finder
Class AnnotationFinder.FieldInfo
java.lang.Object
org.apache.xbean.finder.AnnotationFinder.Annotatable
org.apache.xbean.finder.AnnotationFinder.FieldInfo
- All Implemented Interfaces:
AnnotationFinder.Info
- Enclosing class:
AnnotationFinder
public class AnnotationFinder.FieldInfo
extends AnnotationFinder.Annotatable
implements AnnotationFinder.Info
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AnnotationFinder.ClassInfoprivate Fieldprivate final Stringprivate final String -
Constructor Summary
ConstructorsConstructorDescriptionFieldInfo(AnnotationFinder.ClassInfo info, Field field) FieldInfo(AnnotationFinder.ClassInfo declaringClass, String name, String type) -
Method Summary
Methods inherited from class org.apache.xbean.finder.AnnotationFinder.Annotatable
getAnnotationsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.xbean.finder.AnnotationFinder.Info
getAnnotations
-
Field Details
-
name
-
type
-
declaringClass
-
field
-
-
Constructor Details
-
FieldInfo
-
FieldInfo
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceAnnotationFinder.Info
-
getDeclaringClass
-
getType
-
toString
-
getMetaAnnotationName
- Specified by:
getMetaAnnotationNamein interfaceAnnotationFinder.Info- Overrides:
getMetaAnnotationNamein classAnnotationFinder.Annotatable
-
getDeclaredAnnotations
- Specified by:
getDeclaredAnnotationsin interfaceAnnotationFinder.Info- Overrides:
getDeclaredAnnotationsin classAnnotationFinder.Annotatable
-
get
- Throws:
ClassNotFoundException
-
toField
- Throws:
ClassNotFoundException
-