public class ReflectionLocalUtil extends Object
| Constructor and Description |
|---|
ReflectionLocalUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
explore(String className) |
static Object |
getFieldValue(Object source,
String field) |
static Boolean |
setFieldValue(Object source,
String field,
Object value) |
public static Boolean setFieldValue(Object source, String field, Object value) throws Exception
Exceptionpublic static Object getFieldValue(Object source, String field) throws Exception
Exceptionpublic static void explore(String className) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2020. All rights reserved.