Class TestNoConfigMetadataResolver
java.lang.Object
org.mule.test.metadata.extension.resolver.TestNoConfigMetadataResolver
- All Implemented Interfaces:
org.mule.runtime.api.metadata.resolving.AttributesTypeResolver<Object>,org.mule.runtime.api.metadata.resolving.InputTypeResolver<Object>,org.mule.runtime.api.metadata.resolving.NamedTypeResolver,org.mule.runtime.api.metadata.resolving.OutputTypeResolver<Object>,org.mule.runtime.api.metadata.resolving.QueryEntityResolver,org.mule.runtime.api.metadata.resolving.TypeKeysResolver
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
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.mule.metadata.api.model.MetadataTypegetAttributesType(org.mule.runtime.api.metadata.MetadataContext context, Object key) Set<org.mule.runtime.api.metadata.MetadataKey>getEntityKeys(org.mule.runtime.api.metadata.MetadataContext context) org.mule.metadata.api.model.MetadataTypegetEntityMetadata(org.mule.runtime.api.metadata.MetadataContext context, String key) org.mule.metadata.api.model.MetadataTypegetInputMetadata(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.MetadataTypegetOutputType(org.mule.runtime.api.metadata.MetadataContext context, Object key)
-
Constructor Details
-
TestNoConfigMetadataResolver
public TestNoConfigMetadataResolver()
-
-
Method Details
-
getCategoryName
- Specified by:
getCategoryNamein interfaceorg.mule.runtime.api.metadata.resolving.NamedTypeResolver
-
getResolverName
- Specified by:
getResolverNamein interfaceorg.mule.runtime.api.metadata.resolving.AttributesTypeResolver<Object>- Specified by:
getResolverNamein interfaceorg.mule.runtime.api.metadata.resolving.InputTypeResolver<Object>- Specified by:
getResolverNamein interfaceorg.mule.runtime.api.metadata.resolving.NamedTypeResolver- Specified by:
getResolverNamein interfaceorg.mule.runtime.api.metadata.resolving.OutputTypeResolver<Object>- Specified by:
getResolverNamein interfaceorg.mule.runtime.api.metadata.resolving.QueryEntityResolver- Specified by:
getResolverNamein interfaceorg.mule.runtime.api.metadata.resolving.TypeKeysResolver
-
getEntityKeys
public 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 - Specified by:
getEntityKeysin interfaceorg.mule.runtime.api.metadata.resolving.QueryEntityResolver- Throws:
org.mule.runtime.api.metadata.MetadataResolvingExceptionorg.mule.runtime.api.connection.ConnectionException
-
getEntityMetadata
public 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 - Specified by:
getEntityMetadatain interfaceorg.mule.runtime.api.metadata.resolving.QueryEntityResolver- Throws:
org.mule.runtime.api.metadata.MetadataResolvingExceptionorg.mule.runtime.api.connection.ConnectionException
-
getKeys
public Set<org.mule.runtime.api.metadata.MetadataKey> getKeys(org.mule.runtime.api.metadata.MetadataContext context) - Specified by:
getKeysin interfaceorg.mule.runtime.api.metadata.resolving.TypeKeysResolver
-
getInputMetadata
public org.mule.metadata.api.model.MetadataType getInputMetadata(org.mule.runtime.api.metadata.MetadataContext context, Object key) - Specified by:
getInputMetadatain interfaceorg.mule.runtime.api.metadata.resolving.InputTypeResolver<Object>
-
getOutputType
public org.mule.metadata.api.model.MetadataType getOutputType(org.mule.runtime.api.metadata.MetadataContext context, Object key) - Specified by:
getOutputTypein interfaceorg.mule.runtime.api.metadata.resolving.OutputTypeResolver<Object>
-
getAttributesType
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 - Specified by:
getAttributesTypein interfaceorg.mule.runtime.api.metadata.resolving.AttributesTypeResolver<Object>- Throws:
org.mule.runtime.api.metadata.MetadataResolvingExceptionorg.mule.runtime.api.connection.ConnectionException
-