| Package | Description |
|---|---|
| org.mule.runtime.api.el |
| Modifier and Type | Method and Description |
|---|---|
BindingContext.Builder |
BindingContext.Builder.addAll(BindingContext context)
Will include all bindings in the given
BindingContext. |
default BindingContext.Builder |
BindingContext.Builder.addBinding(String identifier,
Supplier<TypedValue> value)
Will create a binding for the specified identifier and lazy value.
|
BindingContext.Builder |
BindingContext.Builder.addBinding(String identifier,
TypedValue value)
Will create a binding for the specified identifier and value.
|
static BindingContext.Builder |
BindingContextUtils.addEventBuindingsToBuilder(Event event,
BindingContext baseContext)
Creates a new
BindingContext.Builder that contains the bindings from baseContext and the bindings that belong
to the given event. |
static BindingContext.Builder |
BindingContextUtils.addFlowNameBindingsToBuilder(ComponentLocation location,
BindingContext.Builder contextBuilder) |
BindingContext.Builder |
BindingContext.Builder.addModule(ExpressionModule expressionModule)
Will add a new module to this binding
|
static BindingContext.Builder |
BindingContext.builder()
Provides a builder to create
BindingContext objects. |
static BindingContext.Builder |
BindingContext.builder(BindingContext context)
Provides a builder to create
BindingContext objects, based on an already existing one. |
protected abstract BindingContext.Builder |
AbstractBindingContextBuilderFactory.create() |
protected abstract BindingContext.Builder |
AbstractBindingContextBuilderFactory.create(BindingContext bindingContext) |
| Modifier and Type | Method and Description |
|---|---|
static BindingContext.Builder |
BindingContextUtils.addFlowNameBindingsToBuilder(ComponentLocation location,
BindingContext.Builder contextBuilder) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.