public class ReflectionUtils extends Object
| 构造器和说明 |
|---|
ReflectionUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Method |
findMethod(Class<?> cls,
String methodName) |
static List<Method> |
findMethods(Class<?> cls,
String methodName)
For covariant return type, return the most specific method.
|
static List<Class<?>> |
getAllInterfaces(Class<?> cls)
Gets a
List of all interfaces implemented by the given class and its superclasses. |
Copyright © 2021. All rights reserved.