| Package | Description |
|---|---|
| org.mule.runtime.api.metadata.descriptor |
| Modifier and Type | Method and Description |
|---|---|
ParameterMetadataDescriptor |
ParameterMetadataDescriptor.ParameterMetadataDescriptorBuilder.build()
Builds and creates the descriptor of the component parameter.
|
ParameterMetadataDescriptor |
InputMetadataDescriptor.getParameterMetadata(String paramName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ParameterMetadataDescriptor> |
InputMetadataDescriptor.getAllParameters() |
| Modifier and Type | Method and Description |
|---|---|
InputMetadataDescriptor.InputMetadataDescriptorBuilder |
InputMetadataDescriptor.InputMetadataDescriptorBuilder.withParameter(String name,
ParameterMetadataDescriptor parameterResult)
Ads a parameter to the resulting
InputMetadataDescriptor. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.