public class TestNoConfigMetadataResolver extends Object implements org.mule.runtime.api.metadata.resolving.TypeKeysResolver, org.mule.runtime.api.metadata.resolving.InputTypeResolver<Object>, org.mule.runtime.api.metadata.resolving.OutputTypeResolver<Object>, org.mule.runtime.api.metadata.resolving.AttributesTypeResolver<Object>, org.mule.runtime.api.metadata.resolving.QueryEntityResolver
| Modifier and Type | Class and Description |
|---|---|
static class |
TestNoConfigMetadataResolver.KeyIds |
| Constructor and Description |
|---|
TestNoConfigMetadataResolver() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.model.MetadataType |
getAttributesType(org.mule.runtime.api.metadata.MetadataContext context,
Object key) |
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 |
getInputMetadata(org.mule.runtime.api.metadata.MetadataContext context,
Object key) |
Set<org.mule.runtime.api.metadata.MetadataKey> |
getKeys(org.mule.runtime.api.metadata.MetadataContext context) |
org.mule.metadata.api.model.MetadataType |
getOutputType(org.mule.runtime.api.metadata.MetadataContext context,
Object key) |
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.AttributesTypeResolver<Object>getResolverName in interface org.mule.runtime.api.metadata.resolving.InputTypeResolver<Object>getResolverName in interface org.mule.runtime.api.metadata.resolving.NamedTypeResolvergetResolverName in interface org.mule.runtime.api.metadata.resolving.OutputTypeResolver<Object>getResolverName in interface org.mule.runtime.api.metadata.resolving.QueryEntityResolvergetResolverName in interface org.mule.runtime.api.metadata.resolving.TypeKeysResolverpublic 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.ConnectionExceptionpublic Set<org.mule.runtime.api.metadata.MetadataKey> getKeys(org.mule.runtime.api.metadata.MetadataContext context)
getKeys in interface org.mule.runtime.api.metadata.resolving.TypeKeysResolverpublic org.mule.metadata.api.model.MetadataType getInputMetadata(org.mule.runtime.api.metadata.MetadataContext context,
Object key)
getInputMetadata in interface org.mule.runtime.api.metadata.resolving.InputTypeResolver<Object>public org.mule.metadata.api.model.MetadataType getOutputType(org.mule.runtime.api.metadata.MetadataContext context,
Object key)
getOutputType in interface org.mule.runtime.api.metadata.resolving.OutputTypeResolver<Object>public org.mule.metadata.api.model.MetadataType getAttributesType(org.mule.runtime.api.metadata.MetadataContext context,
Object key)
throws org.mule.runtime.api.metadata.MetadataResolvingException,
org.mule.runtime.api.connection.ConnectionException
getAttributesType in interface org.mule.runtime.api.metadata.resolving.AttributesTypeResolver<Object>org.mule.runtime.api.metadata.MetadataResolvingExceptionorg.mule.runtime.api.connection.ConnectionExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.