Constructor and Description |
---|
ReflectionUtils() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
callGetter(Object object,
String getterName,
Class<T> resultType) |
static void |
callSetter(Object object,
String setterName,
Class<?> type,
Object value) |
static int |
determineJRELevel() |