|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Introspector
Provides introspection analysis against any java class.
Implementations may cache ClassDescriptor objects to improve performance.
AccessibleIntrospector,
SupportedIntrospector,
WeakIntrospector| Method Summary | |
|---|---|
ClassDescriptor |
lookup(java.lang.Class type)
Returns the ClassDescriptor object for specified class. |
ClassDescriptor |
register(java.lang.Class type)
Registers new class type. |
void |
reset()
Resets current cache. |
| Method Detail |
|---|
ClassDescriptor lookup(java.lang.Class type)
ClassDescriptor object for specified class.
ClassDescriptor register(java.lang.Class type)
void reset()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||