| Interface | Description |
|---|---|
| BindingContext |
Contains all the binding definitions required by the EL.
|
| BindingContext.Builder | |
| CompiledExpression |
Represents a compiled expression
|
| DataFormat |
Describes a supported Data Format (XML, CSV, etc) by the current expression language
|
| DataFormatConfigOption |
Describes a DataFormat configuration option.
|
| DataTypeAware |
Provides metadata about types of items in
Collections or Maps. |
| DefaultExpressionLanguageFactoryService |
Provides a factory for the default Expression language that is going to be used by the
MuleExpressionLanguage |
| ExpressionFunction |
Representation of a function to be used by an
ExpressionLanguage. |
| ExpressionLanguage |
Evaluates an expression considering a set of given bindings and a set of global ones.
|
| ExpressionLanguageCapabilitiesService |
This service allows to query the expression language for current supported capabilities.
|
| ExpressionLanguageConfiguration |
Determines all configuration for a
ExpressionLanguage allowing customization. |
| ExpressionLanguageSession |
Evaluates an expression considering a set of given bindings passed on construction time.
|
| ExpressionModule |
Represents a collection of bindings under a given namespace.
|
| ExpressionModule.Builder | |
| MuleExpressionLanguage |
Provides universal access for evaluating mule expressions #[].
|
| ValidationResult |
Represents the result of an expression validation.
|
| Class | Description |
|---|---|
| AbstractBindingContextBuilderFactory |
Factory class used to create
BindingContext.Builder objects. |
| AbstractExpressionModuleBuilderFactory |
Factory class used to create
ExpressionModule.Builder objects. |
| Binding |
Represents the relationship between an EL variable or function and its value.
|
| BindingContextUtils |
Provides a reusable way for creating
BindingContexts. |
| DefaultValidationResult | |
| ExpressionLanguageConfigurationBuilder | |
| ModuleElementName |
Represents the name of an Element in a given module
|
| ModuleNamespace |
Represents the Namespace for a given module
|
| Enum | Description |
|---|---|
| DataFormatConfigOption.ConfigOptionType |
The list of available configuration types.
|
| Exception | Description |
|---|---|
| ExpressionCompilationException |
Indicates than an error occurred while compiling an expression.
|
| ExpressionExecutionException |
Indicates than an error occurred while executing an expression.
|
Copyright © 2024 MuleSoft, Inc.. All rights reserved.