| 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> |
MetadataAware.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 MetadataAware 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 MetadataAware Component
identified by the ComponentId using both static and dynamic resolving of
the parameters, attributes and output types. |
MetadataResult<ComponentMetadataDescriptor> |
MetadataAware.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.