| Interface | Description |
|---|---|
| CallSiteTag |
Marker interface for objects that add metadata to call sites.
|
| Invoker |
Abstracts away interactions with Groovy objects, for example to provide an opportunity to intercept
calls.
|
| Class | Description |
|---|---|
| DefaultInvoker |
Invoker that performs the expected operation without anything extra. |
| SandboxInvoker |
Invoker that goes through the groovy-sandbox GroovyInterceptor,
so that interactions with Groovy objects can be inspected. |
| Trusted |
CallSiteTag to instruct SandboxInvoker that this code is trusted and will bypass sandbox check. |
| Untrusted |
CallSiteTag to instruct SandboxInvoker that this code is untrusted and should be under sandbox check. |
Copyright © 2011–2019. All rights reserved.