Uses of Class
org.apache.sling.commons.json.util.ParserConfiguration
Packages that use ParserConfiguration
-
Uses of ParserConfiguration in org.apache.sling.commons.json.util
Methods in org.apache.sling.commons.json.util with type parameters of type ParserConfigurationModifier and TypeMethodDescription<T extends ParserConfiguration>
TParserConfiguration.withKeepStrings
(boolean newVal) Deprecated.When parsing the XML into JSONML, specifies if values should be kept as strings (true
), or if they should try to be guessed into JSON values (numeric, boolean, string)<T extends ParserConfiguration>
TParserConfiguration.withMaxNestingDepth
(int maxNestingDepth) Deprecated.Defines the maximum nesting depth that the parser will descend before throwing an exception when parsing the XML into JSONML.Methods in org.apache.sling.commons.json.util that return ParserConfigurationModifier and TypeMethodDescriptionprotected ParserConfiguration
ParserConfiguration.clone()
Deprecated.Provides a new instance of the same configuration.