| Package | Description |
|---|---|
| org.mule.runtime.dsl.internal.component.config |
| Modifier and Type | Method and Description |
|---|---|
static InternalComponentConfiguration.Builder |
InternalComponentConfiguration.builder() |
InternalComponentConfiguration.Builder |
InternalComponentConfiguration.Builder.withComponentLocation(org.mule.runtime.api.component.location.ComponentLocation componentLocation) |
InternalComponentConfiguration.Builder |
InternalComponentConfiguration.Builder.withIdentifier(org.mule.runtime.api.component.ComponentIdentifier identifier) |
InternalComponentConfiguration.Builder |
InternalComponentConfiguration.Builder.withNestedComponent(ComponentConfiguration nestedComponent)
Adds a complex configuration parameter to the component.
|
InternalComponentConfiguration.Builder |
InternalComponentConfiguration.Builder.withParameter(String name,
String value)
Adds a configuration parameter to the component
|
InternalComponentConfiguration.Builder |
InternalComponentConfiguration.Builder.withProperty(String name,
Object value)
Adds a property to the
ComponentConfiguration. |
InternalComponentConfiguration.Builder |
InternalComponentConfiguration.Builder.withValue(String textContent)
Sets the inner content of the configuration element.
|
Copyright © 2023 MuleSoft, Inc.. All rights reserved.