public static class JSONRenderer.Options extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_CHILD_NAME_KEY |
static String |
DEFAULT_CHILDREN_KEY |
Modifier and Type | Method and Description |
---|---|
JSONRenderer.Options |
withArraysForChildren(boolean b) |
JSONRenderer.Options |
withChildNameKey(String key) |
JSONRenderer.Options |
withChildrenKey(String key) |
JSONRenderer.Options |
withIndent(int n) |
JSONRenderer.Options |
withInitialIndent(int n) |
public static final String DEFAULT_CHILDREN_KEY
public static final String DEFAULT_CHILD_NAME_KEY
public JSONRenderer.Options withIndent(int n)
public JSONRenderer.Options withInitialIndent(int n)
public JSONRenderer.Options withArraysForChildren(boolean b)
public JSONRenderer.Options withChildNameKey(String key)
public JSONRenderer.Options withChildrenKey(String key)
Copyright © 2014 The Apache Software Foundation. All rights reserved.