Class JsonStringParser2

  • All Implemented Interfaces:
    dev.drtheo.autojson.SchemaHolder , dev.drtheo.autojson.adapter.JsonContext , dev.drtheo.autojson.adapter.JsonDeserializationContext

    
    public class JsonStringParser2
     implements JsonDeserializationContext
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      <T> T decodeBuiltIn() Decodes the value in the current context.
      boolean parseTrue()
      boolean parseFalse()
      Object parseNull()
      void skipWhitespace()
      void parseArray()
      <T> T decodeCustom(Type type, @NotNull() Schema<T> schema) Decodes the value in the current context.
      AutoJSON auto()
      • Methods inherited from class dev.drtheo.autojson.adapter.JsonDeserializationContext

        decode, decode, decodeCustom
      • Methods inherited from class dev.drtheo.autojson.adapter.JsonContext

        schema, schemaHolder
      • Methods inherited from class dev.drtheo.autojson.SchemaHolder

        schema
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait