| 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<FunctionDeclaration> |
ExtensionDeclaration.getFunctions() |
List<FunctionDeclaration> |
ConfigurationDeclaration.getFunctions() |
List<FunctionDeclaration> |
WithFunctionsDeclaration.getFunctions() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionDeclaration |
ExtensionDeclaration.addFunction(FunctionDeclaration function)
Adds a
FunctionDeclaration |
ConfigurationDeclaration |
ConfigurationDeclaration.addFunction(FunctionDeclaration function)
Adds a
FunctionDeclaration |
T |
WithFunctionsDeclaration.addFunction(FunctionDeclaration function)
Adds a
FunctionDeclaration |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DeclarationWalker.onFunction(WithFunctionsDeclaration owner,
FunctionDeclaration model)
Invoked when an
FunctionDeclaration is found in the traversed extensionDeclaration. |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.