public interface ComponentMetadataDescriptor
| Modifier and Type | Method and Description |
|---|---|
Optional<MetadataResult<ParameterMetadataDescriptor>> |
getContentMetadata() |
String |
getName() |
MetadataResult<OutputMetadataDescriptor> |
getOutputMetadata() |
List<MetadataResult<ParameterMetadataDescriptor>> |
getParametersMetadata() |
String getName()
List<MetadataResult<ParameterMetadataDescriptor>> getParametersMetadata()
List of MetadataResult of ParameterMetadataDescriptor
containing one result for each parameter that the operation has.Optional<MetadataResult<ParameterMetadataDescriptor>> getContentMetadata()
MetadataResult of ParameterMetadataDescriptor
of the operation's content parameter, if present.MetadataResult<OutputMetadataDescriptor> getOutputMetadata()
MetadataResult with the OutputMetadataDescriptor of the Operation's outputCopyright © 2016 MuleSoft, Inc.. All rights reserved.