| Package | Description |
|---|---|
| org.mule.runtime.extension.api.introspection.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 |
ParameterizedDeclarer.withRequiredParameter(String name)
Adds a required parameter
|
Copyright © 2016 MuleSoft, Inc.. All rights reserved.