| Package | Description |
|---|---|
| org.mule.runtime.api.el | |
| org.mule.runtime.api.metadata |
| 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 |
|---|---|
org.mule.metadata.message.api.el.ModuleDefinition |
ExpressionLanguageMetadataService.moduleDefinition(String nameIdentifier,
Collection<org.mule.metadata.message.api.el.ModuleDefinition> modules)
Returns a module definition from a given NameIdentifier.
|
Copyright © 2024 MuleSoft, Inc.. All rights reserved.