Interface JohnzonJsonParser

All Superinterfaces:
AutoCloseable, Closeable, jakarta.json.stream.JsonParser
All Known Implementing Classes:
CommentsJsonStreamParserImpl, JohnzonJsonParser.JohnzonJsonParserWrapper, JohnzonJsonParserImpl, JsonInMemoryParser, JsonStreamParserImpl

public interface JohnzonJsonParser extends jakarta.json.stream.JsonParser
JsonParser with extended functionality
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     

    Nested classes/interfaces inherited from interface jakarta.json.stream.JsonParser

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

    Modifier and Type
    Method
    Description
    default jakarta.json.stream.JsonParser.Event
     
    boolean
     
    boolean
     

    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 Details

    • 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.