|
||||||||||
| 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(Class type)
Returns the ClassDescriptor object for specified class. |
ClassDescriptor |
register(Class type)
Registers new class type. |
void |
reset()
Resets current cache. |
| Method Detail |
|---|
ClassDescriptor lookup(Class type)
ClassDescriptor object for specified class.
ClassDescriptor register(Class type)
void reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||