Uses of Class
org.mule.extensions.java.api.exception.WrongTypeModuleException
Packages that use WrongTypeModuleException
Package
Description
-
Uses of WrongTypeModuleException in org.mule.extensions.java.internal.function
Methods in org.mule.extensions.java.internal.function that throw WrongTypeModuleException -
Uses of WrongTypeModuleException in org.mule.extensions.java.internal.operation
Methods in org.mule.extensions.java.internal.operation that throw WrongTypeModuleExceptionModifier and TypeMethodDescriptionJavaInvokeOperations.invoke(MethodIdentifier identifier, Object instance, Map<String, org.mule.runtime.api.metadata.TypedValue<Object>> args, String outputMimeType, String outputEncoding, String defaultEncoding) Operation that allows the user to invoke methods with the providedargson the giveninstance.voidJavaModuleValidateOperation.validateType(String clazz, Object instance, boolean acceptSubtypes) Operation that allows the user to validate that a giveninstanceis aninstanceofthe specifiedclass. -
Uses of WrongTypeModuleException in org.mule.extensions.java.internal.util
Methods in org.mule.extensions.java.internal.util that throw WrongTypeModuleExceptionModifier and TypeMethodDescriptionstatic voidJavaModuleUtils.validateType(String clazz, Object instance, boolean acceptSubtypes, JavaModuleLoadingCache cache)