public class ReflectionUtils extends Object
| Constructor and Description |
|---|
ReflectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<Field> |
getInheritedFields(Class<?> type) |
static boolean |
isEnum(Class<?> type) |
static boolean |
isPojo(Class<?> type) |
static boolean |
isWrapperOrString(Class<?> type) |
static void |
setProperty(Object parent,
String fieldName,
Object value) |
Copyright © 2020. All rights reserved.