| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model.declaration.fluent |
| 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 |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.