| Package | Description |
|---|---|
| org.mule.extensions.java.internal | |
| org.mule.extensions.java.internal.function | |
| org.mule.extensions.java.internal.operation |
| Modifier and Type | Method and Description |
|---|---|
static void |
JavaModuleUtils.validateType(String clazz,
Object instance,
boolean acceptSubtypes,
JavaModuleLoadingCache cache) |
| Modifier and Type | Method and Description |
|---|---|
Object |
JavaModuleFunctions.invoke(String clazz,
String methodName,
Object instance,
Map<String,org.mule.runtime.api.metadata.TypedValue<Object>> args)
Function that allows the user to invoke methods with the provided
args on the given instance. |
| Modifier and Type | Method and Description |
|---|---|
Object |
JavaInvokeOperations.invoke(MethodIdentifier identifier,
Object instance,
Map<String,org.mule.runtime.api.metadata.TypedValue<Object>> args)
Operation that allows the user to invoke methods with the provided
args on the given instance. |
void |
JavaModuleValidateOperation.validateType(String clazz,
Object instance,
boolean acceptSubtypes)
Operation that allows the user to validate that a given
instance is an instanceof the specified class. |
Copyright © 2018 MuleSoft, Inc.. All rights reserved.