Modifier and Type | Method and Description |
---|---|
static MethodInvocationRequest |
MethodInvocationRequest.forConstructorInvocation(String className,
String[] argumentTypeNames,
Object... arguments) |
static MethodInvocationRequest |
MethodInvocationRequest.forObjectInvocation(Object object,
String methodName,
String[] argumentTypeNames,
Object... arguments) |
static MethodInvocationRequest |
MethodInvocationRequest.forStaticInvocation(String className,
String methodName,
String[] argumentTypeNames,
Object... arguments) |
MethodInvocationRequest |
InverseMethodInvocationRequest.getMethodInvocationRequest() |
Constructor and Description |
---|
InverseMethodInvocationRequest(MethodInvocationRequest methodInvocationRequest) |
Modifier and Type | Method and Description |
---|---|
MethodInvocationRequest |
ExtMethodInvocationRequest.getMethodInvocationRequest() |
Constructor and Description |
---|
ExtMethodInvocationRequest(ObjectManager objectManager,
MethodInvocationRequest methodInvocationRequest,
Class<?> targetClass) |
Constructor and Description |
---|
InvokeMethod(MethodInvocationRequest methodInvocationRequest) |
Modifier and Type | Method and Description |
---|---|
MethodInvocationResponse |
InvokeMethodService.performMethodInvocation(MethodInvocationRequest methodInvocationRequest) |
Copyright © 2013–2019. All rights reserved.