Package org.apache.xbean.finder
Class AnnotationFinder.ClassInfo
- java.lang.Object
-
- org.apache.xbean.finder.AnnotationFinder.Annotatable
-
- org.apache.xbean.finder.AnnotationFinder.ClassInfo
-
- All Implemented Interfaces:
AnnotationFinder.Info
- Enclosing class:
- AnnotationFinder
public class AnnotationFinder.ClassInfo extends AnnotationFinder.Annotatable implements AnnotationFinder.Info
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<?>
get()
java.util.List<AnnotationFinder.MethodInfo>
getConstructors()
java.util.List<AnnotationFinder.FieldInfo>
getFields()
java.util.List<java.lang.String>
getInterfaces()
java.lang.String
getMetaAnnotationName()
java.util.List<AnnotationFinder.MethodInfo>
getMethods()
java.lang.String
getName()
java.lang.String
getPackageName()
java.lang.String
getSuperType()
boolean
isAnnotation()
java.lang.String
toString()
-
Methods inherited from class org.apache.xbean.finder.AnnotationFinder.Annotatable
getAnnotations, getDeclaredAnnotations
-
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, getDeclaredAnnotations
-
-
-
-
Method Detail
-
getMetaAnnotationName
public java.lang.String getMetaAnnotationName()
- Specified by:
getMetaAnnotationName
in interfaceAnnotationFinder.Info
- Overrides:
getMetaAnnotationName
in classAnnotationFinder.Annotatable
-
getPackageName
public java.lang.String getPackageName()
-
getConstructors
public java.util.List<AnnotationFinder.MethodInfo> getConstructors()
-
getInterfaces
public java.util.List<java.lang.String> getInterfaces()
-
getFields
public java.util.List<AnnotationFinder.FieldInfo> getFields()
-
getMethods
public java.util.List<AnnotationFinder.MethodInfo> getMethods()
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceAnnotationFinder.Info
-
getSuperType
public java.lang.String getSuperType()
-
isAnnotation
public boolean isAnnotation()
-
get
public java.lang.Class<?> get() throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-