| Package | Description |
|---|---|
| org.mule.runtime.api.metadata | |
| org.mule.runtime.api.metadata.descriptor | |
| org.mule.runtime.api.metadata.descriptor.builder |
| Modifier and Type | Method and Description |
|---|---|
MetadataResult<ComponentMetadataDescriptor> |
MetadataProvider.getMetadata()
Resolves the
ComponentMetadataDescriptor for the current component using only the static types of the Component's
parameters, attributes and output. |
MetadataResult<ComponentMetadataDescriptor> |
MetadataManager.getMetadata(ComponentId componentId)
Resolves the
ComponentMetadataDescriptor for the MetadataProvider Component identified by the
ComponentId using only the static types of its parameters, attributes and output. |
MetadataResult<ComponentMetadataDescriptor> |
MetadataManager.getMetadata(ComponentId componentId,
MetadataKey key)
Resolves the
ComponentMetadataDescriptor for the MetadataProvider Component identified by the
ComponentId using both static and dynamic resolving of the parameters, attributes and output types. |
MetadataResult<ComponentMetadataDescriptor> |
MetadataProvider.getMetadata(MetadataKey key)
Resolves the
ComponentMetadataDescriptor for the current component using both static and dynamic resolving of the
Component's parameters, attributes and output. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableComponentMetadataDescriptor
Immutable concrete implementation of
ComponentMetadataDescriptor |
| Modifier and Type | Method and Description |
|---|---|
ComponentMetadataDescriptor |
ComponentMetadataDescriptorBuilder.build() |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.