Package | Description |
---|---|
com.fasterxml.jackson.jr.ob | |
com.fasterxml.jackson.jr.ob.impl |
Modifier and Type | Method | 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 | Description |
---|---|---|
boolean |
JSON.isEnabled(JSON.Feature f) |
|
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 | Description |
---|---|---|
boolean |
CollectionBuilder.isEnabled(JSON.Feature f) |
|
boolean |
MapBuilder.isEnabled(JSON.Feature f) |
Copyright © 2018. All rights reserved.