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 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
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 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 protected void
AnnotationFinder. linkInterfaces(AnnotationFinder.ClassInfo classInfo)
protected void
AnnotationFinder. linkParent(AnnotationFinder.ClassInfo classInfo)
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)
-