public class ReflectUtil extends Object
| Constructor and Description |
|---|
ReflectUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Method |
getMethod(Class clazz,
String methodName) |
static com.esotericsoftware.reflectasm.MethodAccess |
getMethodAccess(Class clazz) |
static List<Method> |
getMethods(Class clazz) |
static boolean |
isArrayType(Type type) |
static boolean |
isBasicType(Type type) |
Copyright © 2024. All rights reserved.