|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||

See:
Description
| Class Summary | |
|---|---|
| AbstractObjectFolder<T> | This is wrapper class for introspectable objects. |
| Feature | |
| Folder | Interface for introspection of internal properties of object. |
| FolderShadow | Used for caching state and changes on a folder. |
| FolderUnion | Union of properties and children of two introspectable proxies. |
| Property | Interface for property models. |
| PropertyShadow | Used for caching value of given property. |
| ScriptFolder | Interface for all IntrospectableProxies of ScriptEngines |
| ScriptProxyFactory | Factory class for ScriptProxy objects. |
| ScriptProxyManager | SPI manager for getting ScriptProxies for ScriptEngines. |
| ScriptProxyManager.EmptyFolder | Introspection proxy doing nothing. |
| Exception Summary | |
|---|---|
| IntrospectionException | |
Introspection package uses Proxy design pattern paradigm. If you want to introspect internal properties of some object follow these instructions.
Introspectable interface. Ths interface has only one method returning
Folder representing this object.JavaProperty.Folder interface (DefaultFolder is recommnded option). Example of such implementation
is JavaReflectionProxy
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||