| Package | Description |
|---|---|
| org.mule.extension.introspection.declaration.fluent |
| Modifier and Type | Method and Description |
|---|---|
ParameterDeclaration |
ParameterDescriptor.getDeclaration()
Gets the declaration object for this descriptor
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDeclaration> |
OperationDeclaration.getParameters() |
List<ParameterDeclaration> |
ConfigurationDeclaration.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConfigurationDescriptor.addParameter(ParameterDeclaration parameter)
Adds the given
parameter to the declaring configuration |
OperationDeclaration |
OperationDeclaration.addParameter(ParameterDeclaration parameter)
Adds a
ParameterDeclaration |
protected void |
OperationDescriptor.addParameter(ParameterDeclaration parameter)
Adds a
ParameterDeclaration |
Copyright © 2015 MuleSoft, Inc.. All rights reserved.