| Package | Description |
|---|---|
| org.mule.runtime.api.el |
| 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<?> |
ExpressionLanguage.evaluateLogExpression(String expression,
BindingContext context)
Evaluates an expression according to a given
BindingContext and the global one. |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.