| Package | Description |
|---|---|
| org.mule.runtime.module.extension.internal.runtime.execution | |
| org.mule.runtime.module.extension.internal.runtime.execution.executor |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodArgumentResolverDelegate
Resolves the values of an
ComponentModel's parameterModels by matching them to the arguments in
a Method |
| Modifier and Type | Method and Description |
|---|---|
MethodExecutor |
MethodExecutorGenerator.generate(Object targetInstance,
Method method,
ArgumentResolverDelegate argumentResolverDelegate)
Instantiates a dynamic
MethodExecutor that executes the given method. |
MethodExecutor |
MethodExecutorGenerator.generate(Object targetInstance,
Method method,
ArgumentResolverDelegate argumentResolverDelegate,
File generatedByteCodeFile)
Instantiates a dynamic
MethodExecutor that executes the given method. |
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.