Package com.google.gson.internal.reflect
-
Class Summary Class Description PreJava9ReflectionAccessor A basic implementation ofReflectionAccessor
which 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, likeInaccessibleObjectException
thrown or warnings likeUnsafeReflectionAccessor An implementation ofReflectionAccessor
based onUnsafe
.