Uses of Class
org.apache.xbean.finder.AnnotationFinder.ClassInfo
-
Packages that use AnnotationFinder.ClassInfo Package Description org.apache.xbean.finder -
-
Uses of AnnotationFinder.ClassInfo in org.apache.xbean.finder
Fields in org.apache.xbean.finder declared as AnnotationFinder.ClassInfo Modifier and Type Field Description private AnnotationFinder.ClassInfoAnnotationFinder.FieldInfo. declaringClassprivate AnnotationFinder.ClassInfoAnnotationFinder.MethodInfo. declaringClassprivate AnnotationFinder.ClassInfoAnnotationFinder.PackageInfo. infoprivate AnnotationFinder.ClassInfoAnnotationFinder.ClassInfo. superclassInfoFields in org.apache.xbean.finder with type parameters of type AnnotationFinder.ClassInfo Modifier and Type Field Description protected java.util.Map<java.lang.String,AnnotationFinder.ClassInfo>AnnotationFinder. classInfosprotected java.util.Map<java.lang.String,AnnotationFinder.ClassInfo>AnnotationFinder. originalInfosprivate java.util.List<AnnotationFinder.ClassInfo>AnnotationFinder.ClassInfo. subclassInfosMethods in org.apache.xbean.finder that return AnnotationFinder.ClassInfo Modifier and Type Method Description AnnotationFinder.ClassInfoAnnotationFinder.FieldInfo. getDeclaringClass()AnnotationFinder.ClassInfoAnnotationFinder.MethodInfo. getDeclaringClass()Methods in org.apache.xbean.finder that return types with arguments of type AnnotationFinder.ClassInfo Modifier and Type Method Description private java.util.List<AnnotationFinder.ClassInfo>AnnotationFinder. collectImplementations(java.lang.String interfaceName)protected java.util.Map<java.lang.String,AnnotationFinder.ClassInfo>AnnotationFinder. newClassInfoMap()Methods in org.apache.xbean.finder with parameters of type AnnotationFinder.ClassInfo Modifier and Type Method Description private <T> voidAnnotationFinder. findSubclasses(AnnotationFinder.ClassInfo classInfo, java.util.List<java.lang.Class<? extends T>> found, java.lang.Class<T> clazz)private booleanAnnotationFinder. isMetaRoot(AnnotationFinder.ClassInfo classInfo)private booleanAnnotationFinder.InfoBuildingVisitor. isNaked(AnnotationFinder.ClassInfo info)private booleanAnnotationFinder. isSelfAnnotated(AnnotationFinder.ClassInfo classInfo, java.lang.String metatype)protected voidAnnotationFinder. linkInterfaces(AnnotationFinder.ClassInfo classInfo)protected voidAnnotationFinder. linkParent(AnnotationFinder.ClassInfo classInfo)private voidAnnotationFinder. readClassDef(AnnotationFinder.ClassInfo info)Constructors in org.apache.xbean.finder with parameters of type AnnotationFinder.ClassInfo Constructor Description FieldInfo(AnnotationFinder.ClassInfo info, java.lang.reflect.Field field)FieldInfo(AnnotationFinder.ClassInfo declaringClass, java.lang.String name, java.lang.String type)MethodInfo(AnnotationFinder.ClassInfo info, java.lang.reflect.Constructor constructor)MethodInfo(AnnotationFinder.ClassInfo info, java.lang.reflect.Method method)MethodInfo(AnnotationFinder.ClassInfo declarignClass, java.lang.String name, java.lang.String descriptor)
-