Uses of Class
org.apache.xbean.finder.AnnotationFinder.ClassInfo
Packages that use AnnotationFinder.ClassInfo
-
Uses of AnnotationFinder.ClassInfo in org.apache.xbean.finder
Fields in org.apache.xbean.finder declared as AnnotationFinder.ClassInfoModifier and TypeFieldDescriptionprivate final AnnotationFinder.ClassInfoAnnotationFinder.FieldInfo.declaringClassprivate final AnnotationFinder.ClassInfoAnnotationFinder.MethodInfo.declaringClassprivate final AnnotationFinder.ClassInfoAnnotationFinder.PackageInfo.infoprivate AnnotationFinder.ClassInfoAnnotationFinder.ClassInfo.superclassInfoFields in org.apache.xbean.finder with type parameters of type AnnotationFinder.ClassInfoModifier and TypeFieldDescriptionprotected final Map<String, AnnotationFinder.ClassInfo> AnnotationFinder.classInfosprotected final Map<String, AnnotationFinder.ClassInfo> AnnotationFinder.originalInfosprivate final List<AnnotationFinder.ClassInfo> AnnotationFinder.ClassInfo.subclassInfosMethods in org.apache.xbean.finder that return AnnotationFinder.ClassInfoModifier and TypeMethodDescriptionAnnotationFinder.FieldInfo.getDeclaringClass()AnnotationFinder.MethodInfo.getDeclaringClass()Methods in org.apache.xbean.finder that return types with arguments of type AnnotationFinder.ClassInfoModifier and TypeMethodDescriptionprivate List<AnnotationFinder.ClassInfo> AnnotationFinder.collectImplementations(String interfaceName) protected Map<String, AnnotationFinder.ClassInfo> AnnotationFinder.newClassInfoMap()Methods in org.apache.xbean.finder with parameters of type AnnotationFinder.ClassInfoModifier and TypeMethodDescriptionprivate <T> voidAnnotationFinder.findSubclasses(AnnotationFinder.ClassInfo classInfo, List<Class<? extends T>> found, Class<T> clazz) private booleanAnnotationFinder.isMetaRoot(AnnotationFinder.ClassInfo classInfo) private booleanAnnotationFinder.InfoBuildingVisitor.isNaked(AnnotationFinder.ClassInfo info) private booleanAnnotationFinder.isSelfAnnotated(AnnotationFinder.ClassInfo classInfo, 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.ClassInfoModifierConstructorDescriptionFieldInfo(AnnotationFinder.ClassInfo info, Field field) FieldInfo(AnnotationFinder.ClassInfo declaringClass, String name, String type) MethodInfo(AnnotationFinder.ClassInfo info, Constructor constructor) MethodInfo(AnnotationFinder.ClassInfo info, Method method) MethodInfo(AnnotationFinder.ClassInfo declarignClass, String name, String descriptor)