public static class ValueResolvingContext.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ValueResolvingContext |
build() |
ValueResolvingContext.Builder |
resolveCursors(boolean resolveCursors) |
ValueResolvingContext.Builder |
withConfig(org.mule.runtime.extension.api.runtime.config.ConfigurationInstance config) |
ValueResolvingContext.Builder |
withConfig(Optional<org.mule.runtime.extension.api.runtime.config.ConfigurationInstance> config) |
ValueResolvingContext.Builder |
withEvent(CoreEvent event) |
ValueResolvingContext.Builder |
withExpressionManager(ExpressionManager manager) |
ValueResolvingContext.Builder |
withLocation(org.mule.runtime.api.component.location.ComponentLocation location) |
ValueResolvingContext.Builder |
withProperty(String propertyName,
Object propertyValue)
Adds a property to the
ValueResolvingContext to be built. |
public ValueResolvingContext.Builder withEvent(CoreEvent event)
public ValueResolvingContext.Builder withConfig(Optional<org.mule.runtime.extension.api.runtime.config.ConfigurationInstance> config)
public ValueResolvingContext.Builder withConfig(org.mule.runtime.extension.api.runtime.config.ConfigurationInstance config)
public ValueResolvingContext.Builder withExpressionManager(ExpressionManager manager)
public ValueResolvingContext.Builder withLocation(org.mule.runtime.api.component.location.ComponentLocation location)
public ValueResolvingContext.Builder withProperty(String propertyName, Object propertyValue)
ValueResolvingContext to be built.propertyName - the name of the property to be stored in the contextpropertyValue - the value of the property to be stored in the contextpublic ValueResolvingContext.Builder resolveCursors(boolean resolveCursors)
public ValueResolvingContext build()
Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.