Class JsonParserMinimalBase

java.lang.Object
org.codehaus.jackson.JsonParser
org.codehaus.jackson.impl.JsonParserMinimalBase
All Implemented Interfaces:
Closeable, AutoCloseable, Versioned
Direct Known Subclasses:
JsonParserBase, TokenBuffer.Parser, TreeTraversingParser

public abstract class JsonParserMinimalBase extends JsonParser
Intermediate base class used by all Jackson JsonParser implementations, but does not add any additional fields that depend on particular method of obtaining input.

Note that 'minimal' here mostly refers to minimal number of fields (size) and functionality that is specific to certain types of parser implementations; but not necessarily to number of methods.

Since:
1.6
Author:
Tatu Saloranta