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.ClassInfo
AnnotationFinder.FieldInfo.declaringClass
private final AnnotationFinder.ClassInfo
AnnotationFinder.MethodInfo.declaringClass
private final AnnotationFinder.ClassInfo
AnnotationFinder.PackageInfo.info
private AnnotationFinder.ClassInfo
AnnotationFinder.ClassInfo.superclassInfo
Fields in org.apache.xbean.finder with type parameters of type AnnotationFinder.ClassInfoModifier and TypeFieldDescriptionprotected final Map<String,
AnnotationFinder.ClassInfo> AnnotationFinder.classInfos
protected final Map<String,
AnnotationFinder.ClassInfo> AnnotationFinder.originalInfos
private final List<AnnotationFinder.ClassInfo>
AnnotationFinder.ClassInfo.subclassInfos
Methods 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> void
AnnotationFinder.findSubclasses
(AnnotationFinder.ClassInfo classInfo, List<Class<? extends T>> found, Class<T> clazz) private boolean
AnnotationFinder.isMetaRoot
(AnnotationFinder.ClassInfo classInfo) private boolean
AnnotationFinder.InfoBuildingVisitor.isNaked
(AnnotationFinder.ClassInfo info) private boolean
AnnotationFinder.isSelfAnnotated
(AnnotationFinder.ClassInfo classInfo, String metatype) protected void
AnnotationFinder.linkInterfaces
(AnnotationFinder.ClassInfo classInfo) protected void
AnnotationFinder.linkParent
(AnnotationFinder.ClassInfo classInfo) private void
AnnotationFinder.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)