public interface SpincastJsonManagerConfig
| Modifier and Type | Method and Description |
|---|---|
int |
getPrettyPrinterIndentationSpaceNumber()
The number of space to use as indentation for pretty print.
|
String |
getPrettyPrinterNewlineChars()
The newline characters to use for pretty print.
|
boolean |
isSerializeEnumsToNameAndLabelObjects()
Should enums be serialized to :
{
"name" : "ENUM_ELEMENT_NAME",
"label" : "result of ENUM_ELEMENT_NAME.toString()"
}
If false, an enum is serialized to its name
only. |
int getPrettyPrinterIndentationSpaceNumber()
String getPrettyPrinterNewlineChars()
boolean isSerializeEnumsToNameAndLabelObjects()
{
"name" : "ENUM_ELEMENT_NAME",
"label" : "result of ENUM_ELEMENT_NAME.toString()"
}
If false, an enum is serialized to its name
only.Copyright © 2018. All rights reserved.