Uses of Class
com.fasterxml.jackson.jr.ob.impl.JSONWriter
-
Packages that use JSONWriter Package Description 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 Modifier and Type Field Description protected JSONWriterJSON. _writerBlueprint isntance of the writer to use for writing JSON given simple Objects.Methods in com.fasterxml.jackson.jr.ob that return JSONWriter Modifier and Type Method Description protected JSONWriterJSON. _defaultWriter(int features, com.fasterxml.jackson.core.TreeCodec tc, TypeDetector td)protected JSONWriterJSON. _writerForOperation(com.fasterxml.jackson.core.JsonGenerator gen)Methods in com.fasterxml.jackson.jr.ob with parameters of type JSONWriter Modifier and Type Method Description protected JSONJSON. _with(int features, com.fasterxml.jackson.core.JsonFactory jsonF, com.fasterxml.jackson.core.TreeCodec trees, JSONReader reader, JSONWriter writer, com.fasterxml.jackson.core.PrettyPrinter pp)JSONJSON. with(JSONWriter w)Mutant factory for constructing an instance with specifiedJSONWriter, 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 Constructor Description JSON(int features, com.fasterxml.jackson.core.JsonFactory jsonF, com.fasterxml.jackson.core.TreeCodec trees, JSONReader r, JSONWriter w, com.fasterxml.jackson.core.PrettyPrinter pp) -
Uses of JSONWriter in com.fasterxml.jackson.jr.ob.impl
Methods in com.fasterxml.jackson.jr.ob.impl that return JSONWriter Modifier and Type Method Description protected JSONWriterJSONWriter. _with(int features, TypeDetector td, com.fasterxml.jackson.core.TreeCodec tc)Overridable method that all mutant factories call if a new instance is to be constructedJSONWriterJSONWriter. perOperationInstance(int features, com.fasterxml.jackson.core.JsonGenerator g)JSONWriterJSONWriter. with(com.fasterxml.jackson.core.TreeCodec tc)Constructors in com.fasterxml.jackson.jr.ob.impl with parameters of type JSONWriter Constructor Description JSONWriter(JSONWriter base, int features, TypeDetector td, com.fasterxml.jackson.core.JsonGenerator g)Constructor for non-blueprint instances
-