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 with type parameters of type AnnotationFinder.ClassInfoModifier and TypeFieldDescriptionprotected final Map
<String, AnnotationFinder.ClassInfo> AnnotationFinder.classInfos
protected final Map
<String, AnnotationFinder.ClassInfo> AnnotationFinder.originalInfos
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 TypeMethodDescriptionprotected Map
<String, AnnotationFinder.ClassInfo> AnnotationFinder.newClassInfoMap()
Methods in org.apache.xbean.finder with parameters of type AnnotationFinder.ClassInfoModifier and TypeMethodDescriptionprotected void
AnnotationFinder.linkInterfaces
(AnnotationFinder.ClassInfo classInfo) protected void
AnnotationFinder.linkParent
(AnnotationFinder.ClassInfo classInfo) 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)