| 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 |
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 © 2017 MuleSoft, Inc.. All rights reserved.