Package | Description |
---|---|
org.apache.xbean.finder |
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 |
Modifier and Type | Method | Description |
---|---|---|
AnnotationFinder.ClassInfo |
AnnotationFinder.FieldInfo.getDeclaringClass() |
|
AnnotationFinder.ClassInfo |
AnnotationFinder.MethodInfo.getDeclaringClass() |
Modifier and Type | Method | Description |
---|---|---|
protected java.util.Map<java.lang.String,AnnotationFinder.ClassInfo> |
AnnotationFinder.newClassInfoMap() |
Modifier and Type | Method | Description |
---|---|---|
protected void |
AnnotationFinder.linkInterfaces(AnnotationFinder.ClassInfo classInfo) |
|
protected void |
AnnotationFinder.linkParent(AnnotationFinder.ClassInfo 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) |
Copyright © 2005–2018. All rights reserved.