public class ReflectionUtils extends Object
| Constructor and Description |
|---|
ReflectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
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.