Package com.google.gson.internal
Class JsonReaderInternalAccess
- java.lang.Object
-
- com.google.gson.internal.JsonReaderInternalAccess
-
public abstract class JsonReaderInternalAccess extends Object
Internal-only APIs of JsonReader available only to other classes in Gson.
-
-
Field Summary
Fields Modifier and Type Field Description static JsonReaderInternalAccess
INSTANCE
-
Constructor Summary
Constructors Constructor Description JsonReaderInternalAccess()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
promoteNameToValue(JsonReader reader)
Changes the type of the current property name token to a string value.
-
-
-
Field Detail
-
INSTANCE
public static JsonReaderInternalAccess INSTANCE
-
-
Method Detail
-
promoteNameToValue
public abstract void promoteNameToValue(JsonReader reader) throws IOException
Changes the type of the current property name token to a string value.- Throws:
IOException
-
-