Module com.google.gson
Package com.google.gson.internal.reflect
-
Class Summary Class Description PreJava9ReflectionAccessor A basic implementation ofReflectionAccessorwhich is suitable for Java 8 and below.ReflectionAccessor Provides a replacement forAccessibleObject.setAccessible(boolean), which may be used to avoid reflective access issues appeared in Java 9, likeInaccessibleObjectExceptionthrown or warnings likeUnsafeReflectionAccessor An implementation ofReflectionAccessorbased onUnsafe.