| Package | Description |
|---|---|
| org.mule.runtime.api.metadata | |
| org.mule.runtime.api.metadata.descriptor |
| Modifier and Type | Method and Description |
|---|---|
MetadataResult<TypeMetadataDescriptor> |
MetadataService.getEntityMetadata(Location location,
MetadataKey key)
Resolves an entity
TypeMetadataDescriptor for the EntityMetadataProvider component identified by the
Location. |
MetadataResult<TypeMetadataDescriptor> |
EntityMetadataProvider.getEntityMetadata(MetadataKey key) |
| Modifier and Type | Method and Description |
|---|---|
TypeMetadataDescriptor |
TypeMetadataDescriptor.TypeMetadataDescriptorBuilder.build()
Builds and creates the descriptor of the component.
|
TypeMetadataDescriptor |
OutputMetadataDescriptor.getAttributesMetadata() |
TypeMetadataDescriptor |
OutputMetadataDescriptor.getPayloadMetadata() |
| Modifier and Type | Method and Description |
|---|---|
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(TypeMetadataDescriptor returnTypeResult)
Adds a
MetadataResult of TypeMetadataDescriptor that describes the return type of
the component. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.