|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JsonFactory.Feature | |
---|---|
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
(JsonParser )
instances. |
Uses of JsonFactory.Feature in com.fasterxml.jackson.core |
---|
Methods in com.fasterxml.jackson.core that return JsonFactory.Feature | |
---|---|
static JsonFactory.Feature |
JsonFactory.Feature.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JsonFactory.Feature[] |
JsonFactory.Feature.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.fasterxml.jackson.core with parameters of type JsonFactory.Feature | |
---|---|
JsonFactory |
JsonFactory.configure(JsonFactory.Feature f,
boolean state)
Method for enabling or disabling specified parser feature (check JsonParser.Feature for list of features) |
JsonFactory |
JsonFactory.disable(JsonFactory.Feature f)
Method for disabling specified parser features (check JsonFactory.Feature for list of features) |
JsonFactory |
JsonFactory.enable(JsonFactory.Feature f)
Method for enabling specified parser feature (check JsonFactory.Feature for list of features) |
boolean |
JsonFactory.isEnabled(JsonFactory.Feature f)
Checked whether specified parser feature is enabled. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |