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