Package | Description |
---|---|
org.apache.xbean.finder |
Modifier and Type | Field | Description |
---|---|---|
protected Map<String,AnnotationFinder.ClassInfo> |
AnnotationFinder.classInfos |
|
protected Map<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 Map<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,
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) |
Copyright © 2005–2018. All rights reserved.