| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model.declaration.fluent |
| Modifier and Type | Method and Description |
|---|---|
FunctionDeclarer |
ConfigurationDeclarer.withFunction(String name)
Adds a function of the given
name |
FunctionDeclarer |
ExtensionDeclarer.withFunction(String name)
Adds a function of the given
name |
FunctionDeclarer |
HasFunctionDeclarer.withFunction(String name)
Adds a function of the given
name |
FunctionDeclarer |
FunctionDeclarer.withModelProperty(ModelProperty modelProperty)
Adds the given
modelProperty |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationDeclarer.withFunction(FunctionDeclarer declarer)
Adds a
FunctionDeclaration by receiving
a declarer which describes it |
void |
ExtensionDeclarer.withFunction(FunctionDeclarer declarer)
Adds a
FunctionDeclaration by receiving
a declarer which describes it |
void |
HasFunctionDeclarer.withFunction(FunctionDeclarer declarer)
Adds a
FunctionDeclaration by receiving
a declarer which describes it |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.