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>
| 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() |
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) |
public String getCategoryName()
getCategoryName in interface org.mule.runtime.api.metadata.resolving.NamedTypeResolverpublic 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–2016 MuleSoft, Inc.. All rights reserved.