com.fasterxml.jackson.core.json

Class JsonWriteContext



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

      • _parent

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

        protected String _currentName
        Name of the field of which value is to be parsed; only used for OBJECT contexts
      • _gotName

        protected boolean _gotName
        Marker used to indicate that we just received a name, and now expect a value

Copyright © 2014 FasterXML. All Rights Reserved.