Class JsonNumericParserBase

All Implemented Interfaces:
Closeable, AutoCloseable, Versioned

@Deprecated public abstract class JsonNumericParserBase extends JsonParserBase
Deprecated.
Since 1.9.0: functionality demoted down to JsonParserBase
Another intermediate base class used by all Jackson JsonParser implementations. Contains shared functionality for dealing with number parsing aspects, independent of input source decoding.
  • Constructor Details

    • JsonNumericParserBase

      protected JsonNumericParserBase(IOContext ctxt, int features)
      Deprecated.