Class JsonParserBase

All Implemented Interfaces:
Closeable, AutoCloseable, Versioned
Direct Known Subclasses:
JsonNumericParserBase, ReaderBasedParser, ReaderBasedParserBase, SmileParser, StreamBasedParserBase, Utf8StreamParser

public abstract class JsonParserBase extends JsonParserMinimalBase
Intermediate base class used by all Jackson JsonParser implementations. Contains most common things that are independent of actual underlying input source
Author:
Tatu Saloranta