public final class NullQueryOutputMetadataResolver extends Object implements org.mule.runtime.api.metadata.resolving.MetadataOutputResolver<String>
MetadataOutputResolver used to represent the absence of output resolver
in a Query annotated operation.| Constructor and Description |
|---|
NullQueryOutputMetadataResolver() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.model.MetadataType |
getOutputMetadata(org.mule.runtime.api.metadata.MetadataContext context,
String key)
Null implementation of
MetadataOutputResolver for Query operations, used when no implementation
is provided by the connector developer. |
public org.mule.metadata.api.model.MetadataType getOutputMetadata(org.mule.runtime.api.metadata.MetadataContext context,
String key)
throws org.mule.runtime.api.metadata.MetadataResolvingException
MetadataOutputResolver for Query operations, used when no implementation
is provided by the connector developer. Represents the absence of a custom MetadataOutputResolver,
returning a NullType instead of resolving a dynamic MetadataType from a native Query
for the component's output.getOutputMetadata in interface org.mule.runtime.api.metadata.resolving.MetadataOutputResolver<String>context - MetadataContext of the MetaData resolutionkey - MetadataKey of string type, representing the native query created by the user.NullType instance.org.mule.runtime.api.metadata.MetadataResolvingExceptionCopyright © 2016 MuleSoft, Inc.. All rights reserved.