Package | Description |
---|---|
org.apache.xbean.finder |
Modifier and Type | Field and Description |
---|---|
protected Map<String,AnnotationFinder.ClassInfo> |
AnnotationFinder.classInfos |
protected Map<String,AnnotationFinder.ClassInfo> |
AnnotationFinder.originalInfos |
Modifier and Type | Method and Description |
---|---|
AnnotationFinder.ClassInfo |
AnnotationFinder.MethodInfo.getDeclaringClass() |
AnnotationFinder.ClassInfo |
AnnotationFinder.FieldInfo.getDeclaringClass() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,AnnotationFinder.ClassInfo> |
AnnotationFinder.newClassInfoMap() |
Modifier and Type | Method and Description |
---|---|
protected void |
AnnotationFinder.linkInterfaces(AnnotationFinder.ClassInfo classInfo) |
protected void |
AnnotationFinder.linkParent(AnnotationFinder.ClassInfo classInfo) |
Constructor and 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.