Dynamic groovy proxy for another object. All method invocations get forwarded to actual object, unless the proxy overrides it. See groovy/util/ProxyTest.groovy for usage details.
Type Params | Return Type | Name and description |
---|---|---|
|
Object |
getAdaptee() |
|
Object |
invokeMethod(String name, Object args) |
|
Iterator |
iterator() |
|
void |
setAdaptee(Object adaptee) |
|
Proxy |
wrap(Object adaptee) This method is for convenience. |
Methods inherited from class | Name |
---|---|
class GroovyObjectSupport |
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |