Class TestInputResolver
java.lang.Object
org.mule.test.metadata.extension.resolver.TestInputResolver
- All Implemented Interfaces:
org.mule.runtime.api.metadata.resolving.InputTypeResolver<String>,org.mule.runtime.api.metadata.resolving.NamedTypeResolver
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.mule.metadata.api.model.MetadataTypegetInputMetadata(org.mule.runtime.api.metadata.MetadataContext context, String key) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mule.runtime.api.metadata.resolving.InputTypeResolver
getResolverName
-
Field Details
-
INPUT_RESOLVER_NAME
-
-
Constructor Details
-
TestInputResolver
public TestInputResolver()
-
-
Method Details
-
getCategoryName
- Specified by:
getCategoryNamein interfaceorg.mule.runtime.api.metadata.resolving.NamedTypeResolver
-
getInputMetadata
public org.mule.metadata.api.model.MetadataType getInputMetadata(org.mule.runtime.api.metadata.MetadataContext context, String key) throws org.mule.runtime.api.metadata.MetadataResolvingException, org.mule.runtime.api.connection.ConnectionException - Specified by:
getInputMetadatain interfaceorg.mule.runtime.api.metadata.resolving.InputTypeResolver<String>- Throws:
org.mule.runtime.api.metadata.MetadataResolvingExceptionorg.mule.runtime.api.connection.ConnectionException
-