Package com.google.gson.internal
Do NOT use any class in this package as they are meant for internal use in Gson. These classes
will very likely change incompatibly in future versions. You have been warned.
-
Interface Summary Interface Description ObjectConstructor<T> Defines a generic object construction factory. -
Class Summary Class Description ConstructorConstructor Returns a function that can construct an instance of a requested type.Excluder This class selects which fields and types to omit.GsonBuildConfig Build configuration for Gson.GsonTypes Static methods for working with types.GsonTypes.GenericArrayTypeImpl GsonTypes.ParameterizedTypeImpl GsonTypes.WildcardTypeImpl The WildcardType interface supports multiple upper bounds and multiple lower bounds.JavaVersion Utility to check the major Java version of the current JVM.JsonReaderInternalAccess Internal-only APIs of JsonReader available only to other classes in Gson.LazilyParsedNumber This class holds a number value that is lazily converted to a specific number typeLinkedTreeMap<K,V> A map of comparable keys to values.LinkedTreeMap.Node<K,V> NonNullElementWrapperList<E> Listwhich wraps anotherListbut prevents insertion ofnullelements.NumberLimits This class enforces limits on numbers parsed from JSON to avoid potential performance problems when extremely large numbers are used.PreJava9DateFormatProvider Provides DateFormats for US locale with patterns which were the default ones before Java 9.Primitives Contains static utility methods pertaining to primitive types and their corresponding wrapper types.ReflectionAccessFilterHelper Internal helper class forReflectionAccessFilter.ReflectionAccessFilterHelper.AccessChecker Streams Reads and writes GSON parse trees over streams.Streams.AppendableWriter Adapts anAppendableso it can be passed anywhere aWriteris used.Streams.AppendableWriter.CurrentWrite A mutable char sequence pointing at a single char[].TroubleshootingGuide UnsafeAllocator Do sneaky things to allocate objects without invoking their constructors.