| Package | Description |
|---|---|
| org.mule.runtime.api.metadata.descriptor |
| Modifier and Type | Method and Description |
|---|---|
static OutputMetadataDescriptor.OutputMetadataDescriptorBuilder |
OutputMetadataDescriptor.builder() |
OutputMetadataDescriptor.OutputMetadataDescriptorBuilder |
OutputMetadataDescriptor.OutputMetadataDescriptorBuilder.withAttributesType(org.mule.metadata.api.model.MetadataType attributesType)
Describes that the output
Message.getAttributes() MetadataType of the component will be
|
OutputMetadataDescriptor.OutputMetadataDescriptorBuilder |
OutputMetadataDescriptor.OutputMetadataDescriptorBuilder.withAttributesType(TypeMetadataDescriptor attributesTypeResult)
Adds a
MetadataResult of TypeMetadataDescriptor that describes the he output
Message.getAttributes() MetadataType. |
OutputMetadataDescriptor.OutputMetadataDescriptorBuilder |
OutputMetadataDescriptor.OutputMetadataDescriptorBuilder.withReturnType(org.mule.metadata.api.model.MetadataType returnType)
Describes that the return type of the component will be of
MetadataType |
OutputMetadataDescriptor.OutputMetadataDescriptorBuilder |
OutputMetadataDescriptor.OutputMetadataDescriptorBuilder.withReturnType(TypeMetadataDescriptor returnTypeResult)
Adds a
MetadataResult of TypeMetadataDescriptor that describes the return type of
the component. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.