| Interface | Description |
|---|---|
| Literal<T> |
A parameter type which allows to get values as they were provided in the DSL,
preventing the runtime from resolving expressions or applying any transformations.
|
| ParameterResolver<T> |
A parameter type that gives the capability of:
Get the configured expression: With
ParameterResolver.getExpression() returns the possible
expression used to resolve the parameter value
Differ the resolution: Using ParameterResolver.resolve() resolves the parameter value of type
T
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.