Package org.apache.johnzon.core
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.JsonParserJsonParser with extended functionality
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classJohnzonJsonParser.JohnzonJsonParserWrapper
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default jakarta.json.stream.JsonParser.Eventcurrent()booleanisFitLong()booleanisNotTooLong()
 
-