| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model | |
| org.mule.runtime.api.meta.model.construct | |
| org.mule.runtime.api.meta.model.util |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentModelVisitor.visit(ConstructModel model)
Visits a
ConstructModel |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConstructModel> |
HasConstructModels.getConstructModel(String name)
Returns the
ConstructModel that matches
the given name. |
List<ConstructModel> |
HasConstructModels.getConstructModels()
Returns a
List of ConstructModels defined at the extension level. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IdempotentExtensionWalker.onConstruct(ConstructModel model)
Invoked when an
ConstructModel is found in the traversed extensionModel. |
protected void |
IdempotentExtensionWalker.onConstruct(HasConstructModels owner,
ConstructModel model) |
protected void |
ExtensionWalker.onConstruct(HasConstructModels owner,
ConstructModel model)
Invoked when an
ConstructModel is found in the
traversed extensionModel |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.