| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model.declaration.fluent |
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterDeclarer<T extends ParameterDeclarer>
Allows configuring a
ParameterDeclaration through a fluent API |
| Modifier and Type | Class and Description |
|---|---|
class |
OptionalParameterDeclarer
A specialization of
ParameterDeclarer for optional parameters. |
| Modifier and Type | Method and Description |
|---|---|
ParameterDeclarer<T> |
ParameterDeclarer.withModelProperty(ModelProperty modelProperty)
Adds the given
modelProperty |
ParameterDeclarer |
ParameterGroupDeclarer.withRequiredParameter(String name)
Adds a required parameter
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.