public class RequiresConfigurationOutputTypeKeyResolver extends Object implements org.mule.runtime.api.metadata.resolving.TypeKeysResolver, org.mule.runtime.api.metadata.resolving.OutputTypeResolver<String>
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIGURATION_IS_NOT_PRESENT_A_MESSAGE_FROM_RESOLVER |
| Constructor and Description |
|---|
RequiresConfigurationOutputTypeKeyResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategoryName() |
Set<org.mule.runtime.api.metadata.MetadataKey> |
getKeys(org.mule.runtime.api.metadata.MetadataContext metadataContext) |
org.mule.metadata.api.model.MetadataType |
getOutputType(org.mule.runtime.api.metadata.MetadataContext metadataContext,
String key) |
String |
getResolverName() |
public static final String CONFIGURATION_IS_NOT_PRESENT_A_MESSAGE_FROM_RESOLVER
public RequiresConfigurationOutputTypeKeyResolver()
public org.mule.metadata.api.model.MetadataType getOutputType(org.mule.runtime.api.metadata.MetadataContext metadataContext,
String key)
throws org.mule.runtime.api.metadata.MetadataResolvingException,
org.mule.runtime.api.connection.ConnectionException
getOutputType in interface org.mule.runtime.api.metadata.resolving.OutputTypeResolver<String>org.mule.runtime.api.metadata.MetadataResolvingExceptionorg.mule.runtime.api.connection.ConnectionExceptionpublic Set<org.mule.runtime.api.metadata.MetadataKey> getKeys(org.mule.runtime.api.metadata.MetadataContext metadataContext) throws org.mule.runtime.api.metadata.MetadataResolvingException, org.mule.runtime.api.connection.ConnectionException
getKeys in interface org.mule.runtime.api.metadata.resolving.TypeKeysResolverorg.mule.runtime.api.metadata.MetadataResolvingExceptionorg.mule.runtime.api.connection.ConnectionExceptionpublic String getResolverName()
getResolverName in interface org.mule.runtime.api.metadata.resolving.NamedTypeResolvergetResolverName in interface org.mule.runtime.api.metadata.resolving.OutputTypeResolver<String>getResolverName in interface org.mule.runtime.api.metadata.resolving.TypeKeysResolverpublic String getCategoryName()
getCategoryName in interface org.mule.runtime.api.metadata.resolving.NamedTypeResolverCopyright © 2022 MuleSoft, Inc.. All rights reserved.