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.ClassInfo
AnnotationFinder.FieldInfo. declaringClass
private AnnotationFinder.ClassInfo
AnnotationFinder.MethodInfo. declaringClass
private AnnotationFinder.ClassInfo
AnnotationFinder.PackageInfo. info
private AnnotationFinder.ClassInfo
AnnotationFinder.ClassInfo. superclassInfo
Fields 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. classInfos
protected java.util.Map<java.lang.String,AnnotationFinder.ClassInfo>
AnnotationFinder. originalInfos
private java.util.List<AnnotationFinder.ClassInfo>
AnnotationFinder.ClassInfo. subclassInfos
Methods in org.apache.xbean.finder that return AnnotationFinder.ClassInfo Modifier and Type Method Description AnnotationFinder.ClassInfo
AnnotationFinder.FieldInfo. getDeclaringClass()
AnnotationFinder.ClassInfo
AnnotationFinder.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> void
AnnotationFinder. findSubclasses(AnnotationFinder.ClassInfo classInfo, java.util.List<java.lang.Class<? extends T>> found, java.lang.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, java.lang.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.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)
-