| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model.declaration.fluent |
| Modifier and Type | Class and Description |
|---|---|
class |
NestedComponentDeclarer<T extends NestedComponentDeclarer,D extends NestedComponentDeclaration>
Allows configuring a
NestedComponentDeclaration through a fluent API |
| Modifier and Type | Class and Description |
|---|---|
class |
NestedChainDeclarer
Allows configuring a
NestedComponentDeclaration through a fluent API |
| Modifier and Type | Method and Description |
|---|---|
NestedComponentDeclarer |
NestedComponentDeclarer.withAllowedStereotypes(StereotypeModel... stereotypes)
Adds the given
stereotypes to the ones which are allowed on the route. |
NestedComponentDeclarer |
HasNestedComponentsDeclarer.withComponent(String nestedComponentName)
Adds a component of the given
name |
NestedComponentDeclarer |
NestedRouteDeclarer.withComponent(String nestedComponentName)
Adds a component of the given
name |
NestedComponentDeclarer |
ComponentDeclarer.withComponent(String nestedComponentName)
Adds a component of the given
name |
NestedComponentDeclarer<T,D> |
NestedComponentDeclarer.withMaxOccurs(Integer maxOccurs)
Sets the maximum amount of times that this component can be present on the owning one.
|
NestedComponentDeclarer<T,D> |
NestedComponentDeclarer.withMinOccurs(int minOccurs)
Sets the minimum amount of times that this component can be present on the owning one.
|
NestedComponentDeclarer |
HasNestedComponentsDeclarer.withOptionalComponent(String nestedComponentName)
Adds a component of the given
name |
NestedComponentDeclarer |
NestedRouteDeclarer.withOptionalComponent(String nestedComponentName)
Adds a component of the given
name |
NestedComponentDeclarer |
ComponentDeclarer.withOptionalComponent(String nestedComponentName)
Adds a component of the given
name |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.