| 程序包 | 说明 |
|---|---|
| net.jueb.util4j.proxy.methodProxy |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends Annotation> |
MethodReflectUtil.proxyByAnnotation(Object target,
Class<T> annotationClass,
Object... args)
根据注解获取对象的方法调用句柄
优先获取第一个匹配到的方法
|
static <T extends Annotation> |
MethodReflectUtil.proxyByAnnotationTag(Object target,
String tag,
Object... args)
根据指定注解获取
|
static MethodInvokeProxy |
MethodReflectUtil.proxyByName(Object target,
String methodName,
Object... args)
根据方法名称获取对象的方法调用句柄
|
| 构造器和说明 |
|---|
MethodInvokeProxyRunnableAdapter(MethodInvokeProxy handle) |
Copyright © 2020. All rights reserved.