Package | Description |
---|---|
com.fasterxml.jackson.jr.ob | |
com.fasterxml.jackson.jr.ob.impl |
Modifier and Type | Field and Description |
---|---|
static JSON |
JSON.std
Singleton instance with standard, default configuration.
|
Modifier and Type | Method and Description |
---|---|
protected JSON |
JSON._with(int features)
Internal mutant factory method used for constructing
|
protected JSON |
JSON._with(int features,
JsonFactory jsonF,
TreeCodec trees,
JSONReader reader,
JSONWriter writer,
PrettyPrinter pp) |
JSON |
JSON.Builder.build() |
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(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.with(JsonFactory f)
Deprecated.
Since 2.11 should not try changing underlying stream factory but create
a new instance if necessary: method will be removed from 3.0 at latest
|
JSON |
JSON.with(JSONReader r)
Deprecated.
Since 2.11 should try using builder (see
builder() and create
properly configured instance |
JSON |
JSON.with(JSONWriter w)
Deprecated.
Since 2.11 should try using builder (see
builder() and create
properly configured 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(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(ReaderWriterProvider rwp)
Deprecated.
Since 2.11 should register using
JacksonJrExtension |
JSON |
JSON.with(TreeCodec c)
Deprecated.
Since 2.11 should try using builder (see
builder() and create
properly configured instance |
JSON |
JSON.without(JSON.Feature... features)
Mutant factory for constructing an instance with specified features
disabled.
|
Constructor and Description |
---|
JSON(JSON base,
int features,
JsonFactory jsonF,
TreeCodec trees,
JSONReader r,
JSONWriter w,
PrettyPrinter pp) |
JSON(JSON base,
ValueReaderLocator rloc,
ValueWriterLocator wloc) |
Modifier and Type | Field and Description |
---|---|
protected JSON |
JSONAsObjectCodec._json |
Constructor and Description |
---|
JSONAsObjectCodec(JSON json) |
JSONAsObjectCodec(JSON json,
JsonFactory jf) |
JSONAsObjectCodec(JSON json,
JsonFactory jf,
TreeCodec treeCodec) |
Copyright © 2020 FasterXML. All rights reserved.