Interface JohnzonJsonParser

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  JohnzonJsonParser.JohnzonJsonParserWrapper  
      • Nested classes/interfaces inherited from interface jakarta.json.stream.JsonParser

        jakarta.json.stream.JsonParser.Event
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      default jakarta.json.stream.JsonParser.Event current()  
      boolean isFitLong()  
      boolean isNotTooLong()  
      • Methods inherited from interface jakarta.json.stream.JsonParser

        close, currentEvent, getArray, getArrayStream, getBigDecimal, getInt, getLocation, getLong, getObject, getObjectStream, getString, getValue, getValueStream, hasNext, isIntegralNumber, next, skipArray, skipObject
    • Method Detail

      • isFitLong

        boolean isFitLong()
      • isNotTooLong

        boolean isNotTooLong()
      • current

        default jakarta.json.stream.JsonParser.Event current()
        Returns:
        the _current_ Event. That's the one returned by the previous call to JsonParser.next() but without propagating the Event pointer to the next entry.