public static class SimpleDataSerializer.OutputFormatSettings
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
boolean |
commasInLists |
boolean |
commasInMaps |
int |
indent |
boolean |
inlineLists |
boolean |
inlineMaps |
static SimpleDataSerializer.OutputFormatSettings |
JSON |
static SimpleDataSerializer.OutputFormatSettings |
PrettyJSON |
static SimpleDataSerializer.OutputFormatSettings |
PrettySSON |
boolean |
quoteAlways |
boolean |
quoteProps |
boolean |
spaceAfterProp |
static SimpleDataSerializer.OutputFormatSettings |
SSON |
Constructor and Description |
---|
OutputFormatSettings() |
OutputFormatSettings(int indent,
boolean strict) |
OutputFormatSettings(int indent,
boolean quoteAlways,
boolean quoteProps,
boolean inlineLists,
boolean inlineMaps,
boolean commasInLists,
boolean commasInMaps,
boolean spaceAfterProp) |
Modifier and Type | Method and Description |
---|---|
SimpleDataSerializer.OutputFormatSettings |
clone() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public boolean commasInLists
public boolean commasInMaps
public int indent
public boolean inlineLists
public boolean inlineMaps
public static final SimpleDataSerializer.OutputFormatSettings JSON
public static final SimpleDataSerializer.OutputFormatSettings PrettyJSON
public static final SimpleDataSerializer.OutputFormatSettings PrettySSON
public boolean quoteAlways
public boolean quoteProps
public boolean spaceAfterProp
public static final SimpleDataSerializer.OutputFormatSettings SSON
public OutputFormatSettings()
public OutputFormatSettings(int indent, boolean strict)
public OutputFormatSettings(int indent, boolean quoteAlways, boolean quoteProps, boolean inlineLists, boolean inlineMaps, boolean commasInLists, boolean commasInMaps, boolean spaceAfterProp)
public SimpleDataSerializer.OutputFormatSettings clone()
clone
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object