com.fasterxml.jackson.core.json

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.
      • _lineNr

        protected int _lineNr
      • _columnNr

        protected int _columnNr
      • _currentName

        protected String _currentName
    • Constructor Detail

Copyright © 2012-2014 FasterXML. All Rights Reserved.