Class JsonReadContext


  • public final class JsonReadContext
    extends JsonStreamContext
    Extension of JsonStreamContext, which implements core methods needed, and also exposes more complete API to parser implementation classes.
    • Field Detail

      • _parent

        protected final JsonReadContext _parent
        Parent context for this context; null for root context.
      • _currentName

        protected java.lang.String _currentName
      • _currentValue

        protected java.lang.Object _currentValue
        Since:
        2.5
      • _lineNr

        protected int _lineNr
      • _columnNr

        protected int _columnNr
    • Constructor Detail