public final class NullQueryMetadataResolver extends Object implements org.mule.runtime.api.metadata.resolving.OutputTypeResolver<String>, org.mule.runtime.api.metadata.resolving.QueryEntityResolver
OutputTypeResolver used to represent the absence of output resolver
in a Query annotated operation.| Constructor and Description |
|---|
NullQueryMetadataResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategoryName() |
Set<org.mule.runtime.api.metadata.MetadataKey> |
getEntityKeys(org.mule.runtime.api.metadata.MetadataContext context) |
org.mule.metadata.api.model.MetadataType |
getEntityMetadata(org.mule.runtime.api.metadata.MetadataContext context,
String key) |
org.mule.metadata.api.model.MetadataType |
getOutputType(org.mule.runtime.api.metadata.MetadataContext context,
String key)
Null implementation of
OutputTypeResolver for Query operations, used when no implementation
is provided by the connector developer. |
String |
getResolverName() |
public String getCategoryName()
getCategoryName in interface org.mule.runtime.api.metadata.resolving.NamedTypeResolverpublic 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.QueryEntityResolverpublic org.mule.metadata.api.model.MetadataType getOutputType(org.mule.runtime.api.metadata.MetadataContext context,
String key)
throws org.mule.runtime.api.metadata.MetadataResolvingException,
org.mule.runtime.api.connection.ConnectionException
OutputTypeResolver for Query operations, used when no implementation
is provided by the connector developer. Represents the absence of a custom OutputTypeResolver,
returning a VoidType instead of resolving a dynamic MetadataType from a native Query
for the component's output.getOutputType in interface org.mule.runtime.api.metadata.resolving.OutputTypeResolver<String>context - MetadataContext of the MetaData resolutionkey - MetadataKey of string type, representing the native query created by the user.VoidType instance.org.mule.runtime.api.metadata.MetadataResolvingExceptionorg.mule.runtime.api.connection.ConnectionExceptionpublic Set<org.mule.runtime.api.metadata.MetadataKey> getEntityKeys(org.mule.runtime.api.metadata.MetadataContext context) throws org.mule.runtime.api.metadata.MetadataResolvingException, org.mule.runtime.api.connection.ConnectionException
getEntityKeys in interface org.mule.runtime.api.metadata.resolving.QueryEntityResolverorg.mule.runtime.api.metadata.MetadataResolvingExceptionorg.mule.runtime.api.connection.ConnectionExceptionpublic org.mule.metadata.api.model.MetadataType getEntityMetadata(org.mule.runtime.api.metadata.MetadataContext context,
String key)
throws org.mule.runtime.api.metadata.MetadataResolvingException,
org.mule.runtime.api.connection.ConnectionException
getEntityMetadata in interface org.mule.runtime.api.metadata.resolving.QueryEntityResolverorg.mule.runtime.api.metadata.MetadataResolvingExceptionorg.mule.runtime.api.connection.ConnectionExceptionCopyright © 2017 MuleSoft, Inc.. All rights reserved.