com.google.gson.internal
Class JsonReaderInternalAccess
java.lang.Object
com.google.gson.internal.JsonReaderInternalAccess
public abstract class JsonReaderInternalAccess
- extends java.lang.Object
Internal-only APIs of JsonReader available only to other classes in Gson.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static JsonReaderInternalAccess INSTANCE
JsonReaderInternalAccess
public JsonReaderInternalAccess()
promoteNameToValue
public abstract void promoteNameToValue(JsonReader reader)
throws java.io.IOException
- Changes the type of the current property name token to a string value.
- Throws:
java.io.IOException