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(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(ReaderWriterProvider rwp) |
Mutant factory for constructing an instance with specified ReaderWriterProvider ,
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(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.
|