public class ReflectUtils extends Object
| 构造器和说明 |
|---|
ReflectUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<Method> |
getAnnotatedMethods(Object obj,
Class<? extends Annotation> clazz,
IFilter<Method> iFilter) |
static Method |
getFirstAnnotatedMethod(Object obj,
Class<? extends Annotation> clazz,
IFilter<Method> iFilter) |
Copyright © 2022. All rights reserved.