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> TcallGetter(Object object, String getterName, Class<T> resultType) static voidcallSetter(Object object, String setterName, Class<?> type, Object value) static intprivate static voidsetAccessible(Method method)
-
Constructor Details
-
ReflectionUtils
public ReflectionUtils()
-
-
Method Details
-
callSetter
-
callGetter
-
setAccessible
-
determineJRELevel
public static int determineJRELevel()
-