public class ParameterMetadataDescriptorBuilder extends Object
TypeMetadataDescriptor| Modifier and Type | Method and Description |
|---|---|
ParameterMetadataDescriptor |
build()
Builds and creates the descriptor of the component parameter.
|
ParameterMetadataDescriptorBuilder |
withType(org.mule.metadata.api.model.MetadataType type)
Indicates that the component parameter with name
name will be of type |
public ParameterMetadataDescriptorBuilder withType(org.mule.metadata.api.model.MetadataType type)
name will be of type type - of the component parameterMetadataTypepublic ParameterMetadataDescriptor build()
TypeMetadataDescriptor with the metadata description of the component parameterIllegalArgumentException - if type was not set during buildingCopyright © 2016 MuleSoft, Inc.. All rights reserved.