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
Exception
public static Object getFieldValue(Object source, String field) throws Exception
Exception
public static void explore(String className) throws ClassNotFoundException
ClassNotFoundException
Copyright © 2020. All rights reserved.