[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.

Since:
2.3.0

Methods Summary

Methods
Type Params Return Type Name and description
Object getProxyTarget()
@return the proxy target.

Method Detail

public Object getProxyTarget()

Returns:
the proxy target.

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/groovy/lang/GeneratedGroovyProxy.html