public class ComponentConfiguration extends Object
A ComponentConfiguration allows to define a mule component configuration programmatically by defining the component
namespace, name and the set of simple attributes or complex nested attributes required by the component.
| Modifier and Type | Class and Description |
|---|---|
static class |
ComponentConfiguration.Builder
Builder for creating
ComponentConfiguration instances. |
| Modifier and Type | Method and Description |
|---|---|
static ComponentConfiguration.Builder |
builder() |
boolean |
equals(Object o) |
ComponentIdentifier |
getIdentifier() |
List<ComponentConfiguration> |
getNestedComponents() |
Map<String,String> |
getParameters() |
Optional<String> |
getValue() |
int |
hashCode() |
public ComponentIdentifier getIdentifier()
public Map<String,String> getParameters()
public List<ComponentConfiguration> getNestedComponents()
public static ComponentConfiguration.Builder builder()
ComponentConfiguration.BuilderCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.