[Java] Interface GeneratedGroovyProxy
An interface implemented by some Groovy proxies which gives access to the proxied object. In particular, dynamically generated proxies that implement traits will implement this interface in order to give access to the proxied instance.
- Authors:
- Cedric Champeau
- Since:
- 2.3.0
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
Object |
getProxyTarget() @return the proxy target. |
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/lang/GeneratedGroovyProxy.html