Package com.google.gson.internal
Class JsonReaderInternalAccess
java.lang.Object
com.google.gson.internal.JsonReaderInternalAccess
Internal-only APIs of JsonReader available only to other classes in Gson.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
promoteNameToValue
(JsonReader reader) Changes the type of the current property name token to a string value.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
JsonReaderInternalAccess
public JsonReaderInternalAccess()
-
-
Method Details
-
promoteNameToValue
Changes the type of the current property name token to a string value.- Throws:
IOException
-