public static interface ExpressionModule.Builder
| Modifier and Type | Method and Description |
|---|---|
ExpressionModule.Builder |
addBinding(String identifier,
TypedValue<?> value)
Will create a binding for the specified identifier and value.
|
ExpressionModule.Builder |
addType(org.mule.metadata.api.model.MetadataType type)
Will add the type to the list of declared types in the module.
|
ExpressionModule |
build() |
ExpressionModule.Builder addBinding(String identifier, TypedValue<?> value)
value - the value to bindidentifier - the keyword to use in the EL to access the valueExpressionModule.Builder addType(org.mule.metadata.api.model.MetadataType type)
type - the type to addExpressionModule build()
Copyright © 2023 MuleSoft, Inc.. All rights reserved.