| Package | Description |
|---|---|
| org.mule.runtime.api.el | |
| org.mule.runtime.api.interception | |
| org.mule.runtime.api.message |
| Modifier and Type | Method and Description |
|---|---|
TypedValue<?> |
ExpressionLanguage.evaluate(String expression,
BindingContext context)
Evaluates an expression according to a given
BindingContext and the global one. |
TypedValue<?> |
ExpressionLanguage.evaluate(String expression,
DataType expectedOutputType,
BindingContext context)
Evaluates an expression according to a given
BindingContext, the global one and the DataType of the expected
result. |
TypedValue |
Binding.value() |
| Modifier and Type | Method and Description |
|---|---|
Optional<TypedValue> |
ExpressionModule.lookup(String identifier)
Allows searching for a specific binding by its identifier.
|
Optional<TypedValue> |
BindingContext.lookup(String identifier)
Allows searching for a specific binding by its identifier.
|
Iterator<TypedValue<?>> |
ExpressionLanguage.split(String expression,
BindingContext context)
Splits using the specified expression.
|
| Modifier and Type | Method and Description |
|---|---|
BindingContext.Builder |
BindingContext.Builder.addBinding(String identifier,
TypedValue value)
Will create a binding for the specified identifier and value.
|
ExpressionModule.Builder |
ExpressionModule.Builder.addBinding(String identifier,
TypedValue<?> value)
Will create a binding for the specified identifier and value.
|
| Constructor and Description |
|---|
Binding(String identifier,
TypedValue value) |
| Modifier and Type | Method and Description |
|---|---|
<T> TypedValue<T> |
InterceptionEvent.getVariable(String key)
Returns the variable registered under the given
key |
| Modifier and Type | Method and Description |
|---|---|
<T> TypedValue<T> |
Message.getAttributes()
Gets the attributes associated with the Message.
|
<T> TypedValue<T> |
Message.getPayload()
Gets a
TypedValue with the payload of this message. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.