Package | Description |
---|---|
org.apache.xbean.finder |
Modifier and Type | Field and Description |
---|---|
private AnnotationFinder.ClassInfo |
AnnotationFinder.MethodInfo.declaringClass |
private AnnotationFinder.ClassInfo |
AnnotationFinder.FieldInfo.declaringClass |
private AnnotationFinder.ClassInfo |
AnnotationFinder.PackageInfo.info |
private AnnotationFinder.ClassInfo |
AnnotationFinder.ClassInfo.superclassInfo |
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
AnnotationFinder.ClassInfo |
AnnotationFinder.MethodInfo.getDeclaringClass() |
AnnotationFinder.ClassInfo |
AnnotationFinder.FieldInfo.getDeclaringClass() |
Modifier and Type | Method and Description |
---|---|
private java.util.List<AnnotationFinder.ClassInfo> |
AnnotationFinder.collectImplementations(java.lang.String interfaceName) |
protected java.util.Map<java.lang.String,AnnotationFinder.ClassInfo> |
AnnotationFinder.newClassInfoMap() |
Modifier and Type | Method and 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.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) |
Constructor and 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) |