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.api 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 instance 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, ReaderWriterProvider rwp)
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.api
Methods in com.fasterxml.jackson.jr.ob.api with parameters of type JSONWriter Modifier and Type Method Description ValueWriter
ReaderWriterProvider. findValueWriter(JSONWriter writeContext, java.lang.Class<?> type)
void
ValueWriter. writeValue(JSONWriter context, com.fasterxml.jackson.core.JsonGenerator g, java.lang.Object value)
-
Uses of JSONWriter in com.fasterxml.jackson.jr.ob.impl
Fields in com.fasterxml.jackson.jr.ob.impl declared as JSONWriter Modifier and Type Field Description protected JSONWriter
ValueWriterLocator. _writeContext
Methods in com.fasterxml.jackson.jr.ob.impl that return JSONWriter Modifier and Type Method Description protected JSONWriter
JSONWriter. _with(int features, ValueWriterLocator 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)
JSONWriter
JSONWriter. with(ReaderWriterProvider rwp)
JSONWriter
JSONWriter. withCacheCheck(int features)
Methods in com.fasterxml.jackson.jr.ob.impl with parameters of type JSONWriter Modifier and Type Method Description ValueWriterLocator
ValueWriterLocator. perOperationInstance(JSONWriter w, int features)
void
BeanWriter. writeValue(JSONWriter context, com.fasterxml.jackson.core.JsonGenerator g, java.lang.Object value)
Constructors in com.fasterxml.jackson.jr.ob.impl with parameters of type JSONWriter Constructor Description JSONWriter(JSONWriter base, int features, ValueWriterLocator td, com.fasterxml.jackson.core.JsonGenerator g)
Constructor for non-blueprint instancesValueWriterLocator(ValueWriterLocator base, int features, JSONWriter w)
-