| Package | Description |
|---|---|
| org.mule.runtime.api.el |
| Modifier and Type | Method and Description |
|---|---|
TypedValue<?> |
ExpressionLanguageSession.evaluate(CompiledExpression expression)
Evaluates an expression according to the parameters used during construction and the global bindings.
|
TypedValue<?> |
ExpressionLanguageSession.evaluate(CompiledExpression expression,
DataType expectedOutputType)
Evaluates an expression according to the parameters used during construction, the global bindings and the
DataType of
the expected result. |
TypedValue<?> |
ExpressionLanguageSession.evaluate(CompiledExpression expression,
long timeout)
Evaluates an expression according to the parameters used during construction and the global bindings.
|
TypedValue<?> |
ExpressionLanguageSession.evaluate(String expression)
Evaluates an expression according to the parameters used during construction and the global bindings.
|
TypedValue<?> |
ExpressionLanguage.evaluate(String expression,
BindingContext context)
Evaluates an expression according to a given
BindingContext and the global one. |
TypedValue<?> |
ExpressionLanguageSession.evaluate(String expression,
DataType expectedOutputType)
Evaluates an expression according to the parameters used during construction, the global bindings and the
DataType of
the expected result. |
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<?> |
ExpressionLanguageSession.evaluate(String expression,
long timeout)
Evaluates an expression according to the parameters used during construction and the global bindings.
|
TypedValue<?> |
ExpressionLanguageSession.evaluateLogExpression(CompiledExpression expression)
Evaluates an expression according to a given
BindingContext and the global one. |
TypedValue<?> |
ExpressionLanguageSession.evaluateLogExpression(String expression)
Evaluates an expression according to a given
BindingContext and the global one. |
TypedValue<?> |
ExpressionLanguage.evaluateLogExpression(String expression,
BindingContext context)
Evaluates an expression according to a given
BindingContext and the global one. |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.