public static class InputMetadataDescriptor.InputMetadataDescriptorBuilder extends Object
OutputMetadataDescriptor| Modifier and Type | Method and Description |
|---|---|
InputMetadataDescriptor |
build() |
InputMetadataDescriptor.InputMetadataDescriptorBuilder |
withParameter(String name,
ParameterMetadataDescriptor parameterResult)
Ads a parameter to the resulting
InputMetadataDescriptor. |
public InputMetadataDescriptor.InputMetadataDescriptorBuilder withParameter(String name, ParameterMetadataDescriptor parameterResult)
InputMetadataDescriptor.name - the name of the parameterparameterResult - the ParameterMetadataDescriptor representing this parameter type.InputMetadataDescriptor.InputMetadataDescriptorBuilder.public InputMetadataDescriptor build()
OutputMetadataDescriptor instance with the metadata description for the output of a
MetadataProvider componentIllegalArgumentException - if the Message.getPayload() or Message.getAttributes() were not set during
buildingCopyright © 2017 MuleSoft, Inc.. All rights reserved.