| Modifier and Type | Method and Description |
|---|---|
default MetadataResult<ComponentMetadataTypesDescriptor> |
DeclarationSession.resolveComponentMetadata(org.mule.runtime.app.declaration.api.ComponentElementDeclaration componentElementDeclaration)
Retrieve the dynamic metadata associated to the component for the metadata key defined as part of the component declaration.
|
MetadataResult<ComponentMetadataTypesDescriptor> |
DeclarationSession.resolveComponentMetadata(org.mule.runtime.app.declaration.api.ComponentElementDeclaration componentElementDeclaration,
boolean ignoreCache)
Retrieve the dynamic metadata associated to the component for the metadata key defined as part of the component declaration.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> MetadataResult<T> |
MetadataResult.failure(List<MetadataFailure> failures) |
static <T> MetadataResult<T> |
MetadataResult.failure(MetadataFailure... failures) |
MetadataResult<MetadataKeysContainer> |
MetadataService.getMetadataKeys(MetadataKeysRequest metadataKeysRequest)
Returns a
MetadataResult of MetadataKeysContainer described by MetadataKeysContainer.getKeys(String)}
of the associated MetadataKeyProvider component identified by the given MetadataKeysRequest. |
static <T> MetadataResult<T> |
MetadataResult.success(T payload) |
| Modifier and Type | Method and Description |
|---|---|
MetadataResult<ComponentMetadataTypesDescriptor> |
ComponentMetadataTypesDescriptorResultJsonSerializer.deserialize(String metadataResult) |
| Modifier and Type | Method and Description |
|---|---|
String |
ComponentMetadataTypesDescriptorResultJsonSerializer.serialize(MetadataResult<ComponentMetadataTypesDescriptor> metadataResult) |
| Modifier and Type | Method and Description |
|---|---|
MetadataResult<ComponentMetadataTypesDescriptor> |
ComponentMetadataTypesDescriptorResult.toDescriptor() |
| Constructor and Description |
|---|
ComponentMetadataTypesDescriptorResult(MetadataResult<ComponentMetadataTypesDescriptor> result) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.