public abstract class BaseOutputResolver extends EntityResolver implements org.mule.runtime.api.metadata.resolving.OutputTypeResolver<ConfigurationRoutingKey>, org.mule.runtime.api.metadata.resolving.AttributesTypeResolver<ConfigurationRoutingKey>
| Constructor and Description |
|---|
BaseOutputResolver() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.model.MetadataType |
getAttributesType(org.mule.runtime.api.metadata.MetadataContext metadataContext,
ConfigurationRoutingKey configurationRoutingKey) |
abstract String |
getCategoryName() |
org.mule.metadata.api.model.MetadataType |
getOutputType(org.mule.runtime.api.metadata.MetadataContext metadataContext,
ConfigurationRoutingKey configurationRoutingKey) |
abstract String |
getResolverName() |
getEntityCollectionMetadataType, getEntityMetadataProvider, getEntityMetadataType, getTargetEntitySet, getTargetEntitySetFromNavigationBinding, validateMethod, validatePath, validateProvidedKeypublic org.mule.metadata.api.model.MetadataType getAttributesType(org.mule.runtime.api.metadata.MetadataContext metadataContext,
ConfigurationRoutingKey configurationRoutingKey)
getAttributesType in interface org.mule.runtime.api.metadata.resolving.AttributesTypeResolver<ConfigurationRoutingKey>public org.mule.metadata.api.model.MetadataType getOutputType(org.mule.runtime.api.metadata.MetadataContext metadataContext,
ConfigurationRoutingKey configurationRoutingKey)
throws org.mule.runtime.api.metadata.MetadataResolvingException
getOutputType in interface org.mule.runtime.api.metadata.resolving.OutputTypeResolver<ConfigurationRoutingKey>org.mule.runtime.api.metadata.MetadataResolvingExceptionpublic abstract String getResolverName()
getResolverName in interface org.mule.runtime.api.metadata.resolving.AttributesTypeResolver<ConfigurationRoutingKey>getResolverName in interface org.mule.runtime.api.metadata.resolving.NamedTypeResolvergetResolverName in interface org.mule.runtime.api.metadata.resolving.OutputTypeResolver<ConfigurationRoutingKey>public abstract String getCategoryName()
getCategoryName in interface org.mule.runtime.api.metadata.resolving.NamedTypeResolverCopyright © 2024 MuleSoft, Inc.. All rights reserved.