Deprecated API
Contents
-
Deprecated Classes
-
Deprecated Exception Classes
-
Deprecated MethodsMethodDescriptionPlease use
ReflectionSupport.tryToLoadClass(String)
instead.UserethrowIfUnrecoverable(java.lang.Throwable)
instead.Please discontinue use of this method since it relies on internal implementation details of the JDK that may not work in the future.Please useReflectionUtils.tryToLoadClass(String)
instead.Please useReflectionUtils.tryToLoadClass(String, ClassLoader)
instead.Please useReflectionUtils.tryToReadFieldValue(Class, String, Object)
instead.Please useReflectionUtils.tryToReadFieldValue(Field)
instead.Please useReflectionUtils.tryToReadFieldValue(Field, Object)
instead.