| Interface | Description |
|---|---|
| DslFunctionSource |
Marker interface so the evaluator can tell apart objects which are
DeferredSupplier
but which expect DSL methods called on them instead of the value they supply. |
| Class | Description |
|---|---|
| BrooklynDslDeferredSupplier<T> |
Provide an object suitable to resolve chained invocations in a parsed YAML / Deployment Plan DSL,
which also implements
DeferredSupplier so that they can be resolved when needed
(e.g. |
| BrooklynDslInterpreter |
PlanInterpreter which understands the $brooklyn DSL |
| DslDeferredFunctionCall | |
| DslUtils |
| Annotation Type | Description |
|---|---|
| DslAccessible |