public class EzReflectionUtils extends Object
| Constructor and Description |
|---|
EzReflectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
getFieldValue(Class c,
Object instance,
String name) |
static void |
setFieldValue(Class c,
Object instance,
String name,
Object value) |
Copyright © 2016. All rights reserved.