Uses of Class
org.apache.sling.contentparser.json.JSONParserOptions
-
Packages that use JSONParserOptions Package Description org.apache.sling.contentparser.json -
-
Uses of JSONParserOptions in org.apache.sling.contentparser.json
Methods in org.apache.sling.contentparser.json that return JSONParserOptions Modifier and Type Method Description JSONParserOptionsJSONParserOptions. withFeatures(java.util.Set<JSONParserFeature> value)Set the features the JSON parser should apply when parsing files.JSONParserOptionsJSONParserOptions. withFeatures(JSONParserFeature... value)Set the features the JSON parser should apply when parsing files.
-