| Package | Description |
|---|---|
| org.mule.runtime.api.el |
| Modifier and Type | Method and Description |
|---|---|
default CompiledExpression |
ExpressionLanguage.compile(String expression,
BindingContext context)
Compiles a specified expression with a given binding context and returns the CompiledExpression`
|
default CompiledExpression |
ExpressionLanguage.compile(String nameIdentifier,
String expression,
BindingContext context)
Compiles a specified expression with a given binding context and a name.
|
| 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.evaluateLogExpression(CompiledExpression expression)
Evaluates an expression according to a given
BindingContext and the global one. |
Iterator<TypedValue<?>> |
ExpressionLanguageSession.split(CompiledExpression expression)
Splits using the specified expression.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.