Package | Description |
---|---|
com.fasterxml.jackson.jr.ob | |
com.fasterxml.jackson.jr.ob.impl |
Modifier and Type | Field and Description |
---|---|
protected JSONWriter |
JSON._writer
Blueprint isntance of the writer to use for writing JSON given
simple Objects.
|
Modifier and Type | Method and Description |
---|---|
protected JSONWriter |
JSON._defaultWriter(int features,
TreeCodec tc) |
protected JSONWriter |
JSON._writerForOperation(JsonGenerator jgen) |
Modifier and Type | Method and Description |
---|---|
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). |
Constructor and Description |
---|
JSON(int features,
JsonFactory jsonF,
TreeCodec trees,
JSONReader r,
JSONWriter w,
PrettyPrinter pp) |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
JSONWriter(JSONWriter base,
JsonGenerator jgen)
Constructor for non-blueprint instances
|
Copyright © 2014-2015 FasterXML. All Rights Reserved.