public class ReflectHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static Object |
getFieldValue(Object obj,
String fieldName) |
static Field |
getTargetField(Class<?> targetClass,
String fieldName) |
static void |
setFieldValue(Object obj,
String fieldName,
Object value) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.