Package org.apache.sling.commons.json.io
Class JSONRenderer.Options
java.lang.Object
org.apache.sling.commons.json.io.JSONRenderer.Options
- Enclosing class:
JSONRenderer
Deprecated.
Usage of this deprecated API is not supported in AEM as a Cloud Service.
Rendering options
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionwithArraysForChildren
(boolean b) Deprecated.withChildNameKey
(String key) Deprecated.withChildrenKey
(String key) Deprecated.withIndent
(int n) Deprecated.withInitialIndent
(int n) Deprecated.
-
Field Details
-
DEFAULT_CHILDREN_KEY
Deprecated.- See Also:
-
DEFAULT_CHILD_NAME_KEY
Deprecated.- See Also:
-
-
Method Details
-
withIndent
Deprecated. -
withInitialIndent
Deprecated. -
withArraysForChildren
Deprecated. -
withChildNameKey
Deprecated. -
withChildrenKey
Deprecated.
-