public class RefUtils extends Object
| Constructor and Description |
|---|
RefUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
tryGet(Object obj,
Field f) |
static Class<?> |
tryGetClass(String className) |
static Method |
tryGetMethod(Class<?> clazz,
String name,
Class<?>... classes) |
static Object |
tryInvoke(Object obj,
Method method,
Object... args) |
Copyright © 2021. All Rights Reserved.