| 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. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.