|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ClassInfoResolver
A class for "caching" ClassInfo's which later need to be resolved (retrieved) by another ClassInfo.
| Method Summary | |
|---|---|
void |
bindReference(java.lang.Object key,
ClassInfo classInfo)
Adds the given Reference to this ClassInfo resolver. |
ClassInfo |
resolve(java.lang.Object key)
Returns the ClassInfo which has been bound to the given key. |
| Method Detail |
|---|
void bindReference(java.lang.Object key,
ClassInfo classInfo)
key - the key to bind a reference toclassInfo - the ClassInfo which is being referencedClassInfo resolve(java.lang.Object key)
key - the object to which the ClassInfo has been bound
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||