Package | Description |
---|---|
com.fasterxml.jackson.jr.ob | |
com.fasterxml.jackson.jr.ob.impl |
Modifier and Type | Field | Description |
---|---|---|
static JSON |
JSON.std |
Singleton instance with standard, default configuration.
|
Modifier and Type | Method | Description |
---|---|---|
protected JSON |
JSON._with(int features) |
Internal mutant factory method used for constructing
|
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(com.fasterxml.jackson.core.JsonFactory f) |
|
JSON |
JSON.with(com.fasterxml.jackson.core.PrettyPrinter pp) |
Mutant factory for constructing an instance with specified
PrettyPrinter ,
and returning new instance (or, if there would be no change, this instance). |
JSON |
JSON.with(com.fasterxml.jackson.core.TreeCodec c) |
Mutant factory for constructing an instance with specified
TreeCodec ,
and returning new instance (or, if there would be no change, this instance). |
JSON |
JSON.with(CollectionBuilder b) |
Mutant factory for constructing an instance with specified
CollectionBuilder ,
and returning new instance (or, if there would be no change, this instance). |
JSON |
JSON.with(JSONReader r) |
Mutant factory for constructing an instance with specified
JSONReader ,
and returning new instance (or, if there would be no change, this instance). |
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). |
JSON |
JSON.with(MapBuilder b) |
Mutant factory for constructing an instance with specified
MapBuilder ,
and returning new instance (or, if there would be no change, this instance). |
JSON |
JSON.with(JSON.Feature... features) |
Mutant factory for constructing an instance with specified features
enabled.
|
JSON |
JSON.with(JSON.Feature feature,
boolean state) |
Mutant factory for constructing an instance with specified feature
enabled or disabled (depending on
state ), and returning
an instance with that setting; this may either be this instance (if feature
already had specified state), or a newly constructed instance. |
JSON |
JSON.without(JSON.Feature... features) |
Mutant factory for constructing an instance with specified features
disabled.
|
Modifier and Type | Field | Description |
---|---|---|
protected JSON |
JSONAsObjectCodec._json |
Constructor | Description |
---|---|
JSONAsObjectCodec(JSON json) |
|
JSONAsObjectCodec(JSON json,
com.fasterxml.jackson.core.JsonFactory jf) |
|
JSONAsObjectCodec(JSON json,
com.fasterxml.jackson.core.JsonFactory jf,
com.fasterxml.jackson.core.TreeCodec treeCodec) |
Copyright © 2018. All rights reserved.