Uses of Class
org.mule.extensions.java.internal.parameters.MethodIdentifier
Packages that use MethodIdentifier
Package
Description
-
Uses of MethodIdentifier in org.mule.extensions.java.internal.metadata
Methods in org.mule.extensions.java.internal.metadata with parameters of type MethodIdentifierModifier and TypeMethodDescriptionorg.mule.runtime.api.metadata.MetadataKeyInstanceMethodTypeResolver.resolveChilds(org.mule.runtime.api.metadata.MetadataContext metadataContext, MethodIdentifier key) -
Uses of MethodIdentifier in org.mule.extensions.java.internal.operation
Methods in org.mule.extensions.java.internal.operation with parameters of type MethodIdentifierModifier 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.