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.ClassInfo
private Field
private final String
private 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
getAnnotations
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
getName
in interfaceAnnotationFinder.Info
-
getDeclaringClass
-
getType
-
toString
-
getMetaAnnotationName
- Specified by:
getMetaAnnotationName
in interfaceAnnotationFinder.Info
- Overrides:
getMetaAnnotationName
in classAnnotationFinder.Annotatable
-
getDeclaredAnnotations
- Specified by:
getDeclaredAnnotations
in interfaceAnnotationFinder.Info
- Overrides:
getDeclaredAnnotations
in classAnnotationFinder.Annotatable
-
get
- Throws:
ClassNotFoundException
-
toField
- Throws:
ClassNotFoundException
-