| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model.declaration.fluent | |
| org.mule.runtime.api.meta.model.declaration.fluent.util |
| Modifier and Type | Method and Description |
|---|---|
List<ConstructDeclaration> |
ExtensionDeclaration.getConstructs() |
List<ConstructDeclaration> |
ConfigurationDeclaration.getConstructs() |
List<ConstructDeclaration> |
WithConstructsDeclaration.getConstructs() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionDeclaration |
ExtensionDeclaration.addConstruct(ConstructDeclaration declaration)
Adds a
ConstructDeclaration |
ConfigurationDeclaration |
ConfigurationDeclaration.addConstruct(ConstructDeclaration declaration)
Adds a
ConstructDeclaration |
T |
WithConstructsDeclaration.addConstruct(ConstructDeclaration declaration)
Adds a
ConstructDeclaration |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DeclarationWalker.onConstruct(WithConstructsDeclaration owner,
ConstructDeclaration declaration)
Invoked when a
ConstructDeclaration is found in the
traversed extensionDeclaration. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.