| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model | |
| org.mule.runtime.api.meta.model.nested | |
| org.mule.runtime.api.meta.model.util |
| Modifier and Type | Method and Description |
|---|---|
List<? extends NestableElementModel> |
ComposableModel.getNestedComponents() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NestedChainModel
Represents a
NestableElementModel that makes reference to a chain of ComponentModels. |
interface |
NestedComponentModel
Represents a
NestableElementModel that makes reference to a single ComponentModel. |
interface |
NestedRouteModel
Represents a
NestableElementModel which can be declared as a repeatable element, so multiple declarations of
this route are associated to the same model definition. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IdempotentExtensionWalker.onNestable(ComposableModel owner,
NestableElementModel model) |
protected void |
ExtensionWalker.onNestable(ComposableModel owner,
NestableElementModel model)
Invoked when an
NestableElementModel is found in the traversed extensionModel |
protected void |
IdempotentExtensionWalker.onNestable(NestableElementModel model)
Invoked when an
NestableElementModel is found in the traversed extensionModel. |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.