| Interfaces | |
|---|---|
| DynamicMethodInvocation | Dynamic method invocation callback interface. |
| DynamicMethods | An interface that defines methods for a handling dynamic method, static method and property invocations |
| DynamicProperty | A Dynamic class property getter interface |
| PropertyAccessInterceptor | An interface that adds the ability to intercept property getters/setters |
| StaticMethodInvocation | Static method invocation callback interface. |
| Classes | |
|---|---|
| AbstractDynamicMethodInvocation | No description provided. |
| AbstractDynamicMethods | InvokerHelper.getInstance().getMetaRegistry().setMetaClass(Foo.class,myFooMetaClass) |
| AbstractDynamicMethodsInterceptor | Implements an the Interceptor interface to add support for using ProxyMetaClass to define dynamic methods |
| AbstractDynamicProperty | An abstract class for implementors of dynamic getters to implement |
| AbstractStaticMethodInvocation | No description provided. |
| CreateDynamicMethod | A dynamic static method that is a factory method for creating new instances eg. |
| DelegatingMetaClass | No description provided. |
| GenericDynamicProperty | A generic dyanmic property for any type |
| GroovyDynamicMethodsInterceptor | class for dynamic methods applied to a Groovy object that registers itself with the GroovyObject instances meta class instance |
| InvocationCallback | No description provided. |
| PropertyAccessProxyMetaClass | Extends ProxyMetaClass and adds the ability to intercept calls to property getters/setters |
| WeakGenericDynamicProperty | A generic dyanmic property for any type used a soft hashmap implementation for generic properties registered as global in the MetaClass |