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.Object
Deprecated.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.String
DEFAULT_CHILD_NAME_KEY
Deprecated.static java.lang.String
DEFAULT_CHILDREN_KEY
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description JSONRenderer.Options
withArraysForChildren(boolean b)
Deprecated.JSONRenderer.Options
withChildNameKey(java.lang.String key)
Deprecated.JSONRenderer.Options
withChildrenKey(java.lang.String key)
Deprecated.JSONRenderer.Options
withIndent(int n)
Deprecated.JSONRenderer.Options
withInitialIndent(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.
-
-