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(since="2022-12-31") public static class JSONRenderer.Options extends java.lang.ObjectDeprecated.Usage of this deprecated API is not supported in AEM as a Cloud Service.Rendering options
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_CHILD_NAME_KEYDeprecated.static java.lang.StringDEFAULT_CHILDREN_KEYDeprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description JSONRenderer.OptionswithArraysForChildren(boolean b)Deprecated.JSONRenderer.OptionswithChildNameKey(java.lang.String key)Deprecated.JSONRenderer.OptionswithChildrenKey(java.lang.String key)Deprecated.JSONRenderer.OptionswithIndent(int n)Deprecated.JSONRenderer.OptionswithInitialIndent(int n)Deprecated.
-
-
-
Field Detail
-
DEFAULT_CHILDREN_KEY
public static final java.lang.String DEFAULT_CHILDREN_KEY
Deprecated.- See Also:
- Constant Field Values
-
DEFAULT_CHILD_NAME_KEY
public static final java.lang.String DEFAULT_CHILD_NAME_KEY
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
withIndent
public JSONRenderer.Options withIndent(int n)
Deprecated.
-
withInitialIndent
public JSONRenderer.Options withInitialIndent(int n)
Deprecated.
-
withArraysForChildren
public JSONRenderer.Options withArraysForChildren(boolean b)
Deprecated.
-
withChildNameKey
public JSONRenderer.Options withChildNameKey(java.lang.String key)
Deprecated.
-
withChildrenKey
public JSONRenderer.Options withChildrenKey(java.lang.String key)
Deprecated.
-
-