public interface TypeKeysResolver
extends org.mule.runtime.api.metadata.resolving.NamedTypeResolver
MetadataKey that can be used to populate the MetadataKeyId of an
associated Component| Modifier and Type | Method and Description |
|---|---|
Set<MetadataKey> |
getKeys(MetadataContext context)
|
default String |
getResolverName() |
Set<MetadataKey> getKeys(MetadataContext context) throws org.mule.runtime.api.metadata.MetadataResolvingException, org.mule.runtime.api.connection.ConnectionException
context - MetadataContext of the Metadata resolutionMetadataKey of the available typesorg.mule.runtime.api.metadata.MetadataResolvingException - if an error occurs during the MetadataKey building. See FailureCode for
possible MetadataResolvingException reasonsorg.mule.runtime.api.connection.ConnectionException - if an error occurs when using the connection provided by the MetadataContextdefault String getResolverName()
getResolverName in interface org.mule.runtime.api.metadata.resolving.NamedTypeResolverCopyright © 2022. All rights reserved.