Class JsonReaderInternalAccess


  • public abstract class JsonReaderInternalAccess
    extends java.lang.Object
    Internal-only APIs of JsonReader available only to other classes in Gson.
    • Constructor Detail

      • JsonReaderInternalAccess

        public JsonReaderInternalAccess()
    • Method Detail

      • 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