@NoImplement
public interface MetadataKeyProvider
MetadataKeys associated to the TypeKeysResolver of the component.| Modifier and Type | Method and Description |
|---|---|
MetadataResult<MetadataKeysContainer> |
getMetadataKeys()
Returns the a
MetadataKeysContainer with the MetadataKeys provided per TypeKeysResolver associated to
this Component. |
MetadataResult<MetadataKeysContainer> |
getMetadataKeys(MetadataKey partialKey)
Returns the a
MetadataKeysContainer with the MetadataKeys provided per TypeKeysResolver associated to
this Component. |
MetadataResult<MetadataKeysContainer> getMetadataKeys() throws MetadataResolvingException
MetadataKeysContainer with the MetadataKeys provided per TypeKeysResolver associated to
this Component.MetadataResult if the keys are successfully resolved Failure MetadataResult if there is an
error while retrieving the keysMetadataResolvingException - if an error occurs while creating the MetadataContextMetadataResult<MetadataKeysContainer> getMetadataKeys(MetadataKey partialKey) throws MetadataResolvingException
MetadataKeysContainer with the MetadataKeys provided per TypeKeysResolver associated to
this Component.partialKey - MetadataKey to be resolved.MetadataResult if the keys are successfully resolved Failure MetadataResult if there is an
error while retrieving the keysMetadataResolvingException - if an error occurs while creating the MetadataContextCopyright © 2024 MuleSoft, Inc.. All rights reserved.