| Interface | Description |
|---|---|
| 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. |
Copyright © 2011–2014. All rights reserved.