Class TestAttributesResolverWithKeyResolver
java.lang.Object
org.mule.test.metadata.extension.resolver.TestAttributesResolverWithKeyResolver
- All Implemented Interfaces:
org.mule.runtime.api.metadata.resolving.AttributesTypeResolver<String>,org.mule.runtime.api.metadata.resolving.NamedTypeResolver,org.mule.runtime.api.metadata.resolving.TypeKeysResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.mule.metadata.api.model.MetadataTypegetAttributesType(org.mule.runtime.api.metadata.MetadataContext context, String key) Set<org.mule.runtime.api.metadata.MetadataKey>getKeys(org.mule.runtime.api.metadata.MetadataContext context)
-
Constructor Details
-
TestAttributesResolverWithKeyResolver
public TestAttributesResolverWithKeyResolver()
-
-
Method Details
-
getKeys
public Set<org.mule.runtime.api.metadata.MetadataKey> getKeys(org.mule.runtime.api.metadata.MetadataContext context) throws org.mule.runtime.api.connection.ConnectionException - Specified by:
getKeysin interfaceorg.mule.runtime.api.metadata.resolving.TypeKeysResolver- Throws:
org.mule.runtime.api.connection.ConnectionException
-
getResolverName
- Specified by:
getResolverNamein interfaceorg.mule.runtime.api.metadata.resolving.AttributesTypeResolver<String>- Specified by:
getResolverNamein interfaceorg.mule.runtime.api.metadata.resolving.NamedTypeResolver- Specified by:
getResolverNamein interfaceorg.mule.runtime.api.metadata.resolving.TypeKeysResolver
-
getAttributesType
public org.mule.metadata.api.model.MetadataType getAttributesType(org.mule.runtime.api.metadata.MetadataContext context, String key) throws org.mule.runtime.api.metadata.MetadataResolvingException, org.mule.runtime.api.connection.ConnectionException - Specified by:
getAttributesTypein interfaceorg.mule.runtime.api.metadata.resolving.AttributesTypeResolver<String>- Throws:
org.mule.runtime.api.metadata.MetadataResolvingExceptionorg.mule.runtime.api.connection.ConnectionException
-
getCategoryName
- Specified by:
getCategoryNamein interfaceorg.mule.runtime.api.metadata.resolving.NamedTypeResolver
-