| 程序包 | 说明 |
|---|---|
| cn.crane4j.core.support.reflect |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ReflectiveMethodInvoker.InvocationMethodInvoker
Create a
MethodInvoker from the given method. |
static class |
ReflectiveMethodInvoker.ProxyMethodInvoker
A
MethodInvoker implementation for JDK proxy object, which invoke method on proxy object. |
| 限定符和类型 | 方法和说明 |
|---|---|
static ReflectiveMethodInvoker |
ReflectiveMethodInvoker.create(@Nullable Object target,
Method method,
boolean alignArguments)
Create a
ReflectiveMethodInvoker from the given method. |
Copyright © 2024. All rights reserved.