Package | Description |
---|---|
org.apache.sling.jcr.contentparser |
Parser for repository content serialized e.g.
|
Modifier and Type | Field and Description |
---|---|
static EnumSet<JsonParserFeature> |
ParserOptions.DEFAULT_JSON_PARSER_FEATURES
List of JSON parser features activated by default.
|
Modifier and Type | Method and Description |
---|---|
static JsonParserFeature |
JsonParserFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonParserFeature[] |
JsonParserFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<JsonParserFeature> |
ParserOptions.getJsonParserFeatures() |
Modifier and Type | Method and Description |
---|---|
ParserOptions |
ParserOptions.jsonParserFeatures(JsonParserFeature... value) |
Modifier and Type | Method and Description |
---|---|
ParserOptions |
ParserOptions.jsonParserFeatures(EnumSet<JsonParserFeature> value)
Set set of features the JSON parser should apply when parsing files.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.