Package | Description |
---|---|
com.fasterxml.jackson.core |
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser )
and generator
(JsonGenerator )
instances. |
com.fasterxml.jackson.core.json |
JSON-specific parser and generator implementation classes that
Jackson defines and uses.
|
Modifier and Type | Method and Description |
---|---|
static JsonReadFeature |
JsonReadFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonReadFeature[] |
JsonReadFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2021 FasterXML. All rights reserved.