For dynamic methods applied to a Groovy object that registers itself with the GroovyObject instances meta class instance.
Fields inherited from class | Fields |
---|---|
class AbstractDynamicMethods |
clazz, dynamicConstructors, dynamicMethodInvocations, dynamicProperties, staticMethodInvocations |
Constructor and description |
---|
GroovyDynamicMethodsInterceptor
(groovy.lang.GroovyObject go) |
Methods inherited from class | Name |
---|---|
class AbstractDynamicMethodsInterceptor |
afterConstructor, afterInvoke, beforeConstructor, beforeGet, beforeInvoke, beforeSet |
class AbstractDynamicMethods |
addDynamicConstructor, addDynamicMethodInvocation, addDynamicProperty, addStaticMethodInvocation, getDynamicMethod, getDynamicProperty, getProperty, invokeConstructor, invokeMethod, invokeStaticMethod, setProperty |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |