| Package | Description |
|---|---|
| org.mule.extensions.java.api.exception | |
| org.mule.extensions.java.internal.cache | |
| org.mule.extensions.java.internal.parameters |
| Constructor and Description |
|---|
NonInstantiableTypeModuleException(ExecutableIdentifier id,
Map<String,org.mule.runtime.api.metadata.TypedValue<Object>> args,
Throwable cause) |
NoSuchConstructorModuleException(ExecutableIdentifier id,
Class<?> targetClass,
Map<String,org.mule.runtime.api.metadata.TypedValue<Object>> args) |
NoSuchMethodModuleException(ExecutableIdentifier id,
Class<?> targetClass,
List<Method> methods,
Map<String,org.mule.runtime.api.metadata.TypedValue<Object>> args) |
| Modifier and Type | Method and Description |
|---|---|
Method |
JavaModuleLoadingCache.getMethod(ExecutableIdentifier id,
Class<?> clazz,
Map<String,org.mule.runtime.api.metadata.TypedValue<Object>> args,
boolean expectStatic) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstructorIdentifier
A unique identifier for a given
Constructor |
class |
MethodIdentifier
A unique identifier for a given instance
Method |
class |
StaticMethodIdentifier
A unique identifier for a given static
Method |
| Modifier and Type | Method and Description |
|---|---|
static ExecutableIdentifier |
ExecutableIdentifierFactory.create(Executable executable) |
Copyright © 2018 MuleSoft, Inc.. All rights reserved.