Uses of Class
com.fasterxml.jackson.jr.ob.impl.JSONWriter

Packages that use JSONWriter
com.fasterxml.jackson.jr.ob   
com.fasterxml.jackson.jr.ob.impl   
 

Uses of JSONWriter in com.fasterxml.jackson.jr.ob
 

Fields in com.fasterxml.jackson.jr.ob declared as JSONWriter
protected  JSONWriter JSON._writer
          Blueprint isntance of the writer to use for writing JSON given simple Objects.
 

Methods in com.fasterxml.jackson.jr.ob that return JSONWriter
protected  JSONWriter JSON._defaultWriter(int features, TreeCodec tc)
           
protected  JSONWriter JSON._writerForOperation(JsonGenerator jgen)
           
 

Methods in com.fasterxml.jackson.jr.ob with parameters of type JSONWriter
protected  JSON JSON._with(int features, JsonFactory jsonF, TreeCodec trees, JSONReader reader, JSONWriter writer, PrettyPrinter pp)
           
 JSON JSON.with(JSONWriter w)
          Mutant factory for constructing an instance with specified JSONWriter, and returning new instance (or, if there would be no change, this instance).
 

Constructors in com.fasterxml.jackson.jr.ob with parameters of type JSONWriter
JSON(int features, JsonFactory jsonF, TreeCodec trees, JSONReader r, JSONWriter w, PrettyPrinter pp)
           
 

Uses of JSONWriter in com.fasterxml.jackson.jr.ob.impl
 

Methods in com.fasterxml.jackson.jr.ob.impl that return JSONWriter
protected  JSONWriter JSONWriter._with(int features, TypeDetector td, TreeCodec tc)
          Overridable method that all mutant factories call if a new instance is to be constructed
 JSONWriter JSONWriter.perOperationInstance(JsonGenerator jg)
           
 JSONWriter JSONWriter.with(TreeCodec tc)
           
 JSONWriter JSONWriter.with(TypeDetector td)
           
 JSONWriter JSONWriter.withFeatures(int features)
           
 

Constructors in com.fasterxml.jackson.jr.ob.impl with parameters of type JSONWriter
JSONWriter(JSONWriter base, JsonGenerator jgen)
          Constructor for non-blueprint instances
 



Copyright © 2016 FasterXML. All rights reserved.