Uses of Class
com.fasterxml.jackson.core.json.JsonWriteContext

Packages that use JsonWriteContext
com.fasterxml.jackson.core.base Base classes used by concrete Parser and Generator implementations; contain functionality that is not specific to JSON or input abstraction (byte vs char). 
com.fasterxml.jackson.core.json JSON-specific parser and generator implementation classes that Jackson defines and uses. 
 

Uses of JsonWriteContext in com.fasterxml.jackson.core.base
 

Fields in com.fasterxml.jackson.core.base declared as JsonWriteContext
protected  JsonWriteContext GeneratorBase._writeContext
          Object that keeps track of the current contextual state of the generator.
 

Methods in com.fasterxml.jackson.core.base that return JsonWriteContext
 JsonWriteContext GeneratorBase.getOutputContext()
          Note: co-variant return type.
 

Uses of JsonWriteContext in com.fasterxml.jackson.core.json
 

Fields in com.fasterxml.jackson.core.json declared as JsonWriteContext
protected  JsonWriteContext JsonWriteContext._child
           
protected  JsonWriteContext JsonWriteContext._parent
           
 

Methods in com.fasterxml.jackson.core.json that return JsonWriteContext
 JsonWriteContext JsonWriteContext.createChildArrayContext()
           
 JsonWriteContext JsonWriteContext.createChildObjectContext()
           
static JsonWriteContext JsonWriteContext.createRootContext()
           
 JsonWriteContext JsonWriteContext.getParent()
           
 

Constructors in com.fasterxml.jackson.core.json with parameters of type JsonWriteContext
JsonWriteContext(int type, JsonWriteContext parent)
           
 



Copyright © 2012 fasterxml.com. All Rights Reserved.