Package org.apache.hc.core5.util
Class ReflectionUtils
java.lang.Object
org.apache.hc.core5.util.ReflectionUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
callGetter
(Object object, String getterName, Class<T> resultType) static void
callSetter
(Object object, String setterName, Class<?> type, Object value) static int
private static void
setAccessible
(Method method)
-
Constructor Details
-
ReflectionUtils
public ReflectionUtils()
-
-
Method Details
-
callSetter
-
callGetter
-
setAccessible
-
determineJRELevel
public static int determineJRELevel()
-