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 JSONWriterJSON. _writerBlueprint 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 JSONWriterJSON. _defaultWriter(int features, com.fasterxml.jackson.core.TreeCodec tc, ReaderWriterProvider rwp)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.api
Methods in com.fasterxml.jackson.jr.ob.api with parameters of type JSONWriter Modifier and Type Method Description ValueWriterReaderWriterProvider. findValueWriter(JSONWriter writeContext, java.lang.Class<?> type)voidValueWriter. 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 JSONWriterValueWriterLocator. _writeContextMethods in com.fasterxml.jackson.jr.ob.impl that return JSONWriter Modifier and Type Method Description protected JSONWriterJSONWriter. _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 constructedJSONWriterJSONWriter. perOperationInstance(int features, com.fasterxml.jackson.core.JsonGenerator g)JSONWriterJSONWriter. with(com.fasterxml.jackson.core.TreeCodec tc)JSONWriterJSONWriter. with(ReaderWriterProvider rwp)JSONWriterJSONWriter. withCacheCheck(int features)Methods in com.fasterxml.jackson.jr.ob.impl with parameters of type JSONWriter Modifier and Type Method Description ValueWriterLocatorValueWriterLocator. perOperationInstance(JSONWriter w, int features)voidBeanWriter. 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)
-