public class ReflectionUtil extends Object
| Constructor and Description |
|---|
ReflectionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
getFieldItemType(Field field) |
static Class<?> |
getItemType(Class<?> type,
Type genericType) |
static boolean |
isCDSModel(Class<?> modelClass) |
static boolean |
isSetOrList(Class<?> type) |
static boolean |
isTypeDefaultValue(Object defaultValue) |
static Object[] |
unpack(Object array) |
Copyright © 2019. All rights reserved.