public interface BindingContext
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BindingContext.Builder |
| Modifier and Type | Method and Description |
|---|---|
Collection<Binding> |
bindings()
Returns all bindings found.
|
static BindingContext.Builder |
builder()
Provides a builder to create
BindingContext objects. |
static BindingContext.Builder |
builder(BindingContext context)
Provides a builder to create
BindingContext objects, based on an already existing one. |
Collection<String> |
identifiers()
Returns all identifiers found.
|
Optional<TypedValue> |
lookup(String identifier)
Allows searching for a specific binding by its identifier.
|
Collection<ExpressionModule> |
modules()
Returns all modules
|
static BindingContext.Builder builder()
BindingContext objects.BindingContext.Builder.static BindingContext.Builder builder(BindingContext context)
BindingContext objects, based on an already existing one.BindingContext.Builder.Collection<Binding> bindings()
Collection of all Bindings in the contextCollection<String> identifiers()
Collection of all binding identifiers in the contextOptional<TypedValue> lookup(String identifier)
identifier - the variable or function name to lookupOptional of the associated TypedValue found or an empty one.Collection<ExpressionModule> modules()
Collection af all modulesCopyright © 2017 MuleSoft, Inc.. All rights reserved.