| 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() | 
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.