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 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 Modifier and Type Method Description protected JSONWriter
JSON. _defaultWriter(int features, com.fasterxml.jackson.core.TreeCodec tc, TypeDetector td)
protected JSONWriter
JSON. _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 JSON
JSON. _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)
JSON
JSON. 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 JSONWriter
JSONWriter. _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 constructedJSONWriter
JSONWriter. perOperationInstance(int features, com.fasterxml.jackson.core.JsonGenerator g)
JSONWriter
JSONWriter. 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
-