Package | Description |
---|---|
com.fasterxml.jackson.jr.ob | |
com.fasterxml.jackson.jr.ob.api | |
com.fasterxml.jackson.jr.ob.impl |
Modifier and Type | Method and Description |
---|---|
static JSON.Feature |
JSON.Feature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSON.Feature[] |
JSON.Feature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JSON.Builder |
JSON.Builder.disable(JSON.Feature... features)
Method for disabling a set of Features for
JSON to be built. |
JSON.Builder |
JSON.Builder.enable(JSON.Feature... features)
Method for enabling a set of Features for
JSON to be built. |
boolean |
JSON.isEnabled(JSON.Feature f) |
boolean |
JSON.Builder.isEnabled(JSON.Feature f) |
JSON.Builder |
JSON.Builder.set(JSON.Feature feature,
boolean state) |
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 | Method and Description |
---|---|
boolean |
MapBuilder.isEnabled(JSON.Feature f) |
boolean |
CollectionBuilder.isEnabled(JSON.Feature f) |
Modifier and Type | Method and Description |
---|---|
boolean |
JSONWriter.isEnabled(JSON.Feature f) |
boolean |
JSONReader.isEnabled(JSON.Feature f) |
Copyright © 2020 FasterXML. All rights reserved.