| Package | Description |
|---|---|
| org.apache.sling.commons.json.util |
| Modifier and Type | Method and Description |
|---|---|
<T extends ParserConfiguration> |
ParserConfiguration.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> |
ParserConfiguration.withMaxNestingDepth(int maxNestingDepth)
Deprecated.
Defines the maximum nesting depth that the parser will descend before
throwing an exception
when parsing the XML into JSONML.
|
| Modifier and Type | Method and Description |
|---|---|
protected ParserConfiguration |
ParserConfiguration.clone()
Deprecated.
Provides a new instance of the same configuration.
|
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.