| 程序包 | 说明 |
|---|---|
| net.isger.util |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends Annotation> |
Reflects.getBoundMethod(Class<?> rawClass,
Class<T> annoClass,
boolean overall)
获取绑定方法信息
|
static BoundMethod |
Reflects.getBoundMethod(Class<?> rawClass,
String name,
boolean overall)
获取绑定方法信息
|
static <T extends Annotation> |
Reflects.getBoundMethod(Class<?> rawClass,
String name,
Class<T> annoClass,
boolean overall)
获取绑定方法信息
|
protected BoundMethod |
DynamicOperator.getMethod(String operate)
获取指定绑定方法
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Map<String,List<BoundMethod>> |
Reflects.getBoundMethods(Class<?> rawClass,
boolean overall)
获取绑定方法信息
|
static <T extends Annotation> |
Reflects.getBoundMethods(Class<?> rawClass,
Class<T> annoClass,
boolean overall)
获取绑定方法信息
|
Copyright © 2024. All rights reserved.