public final class StrictCharacterStreamJsonWriterSettings
extends java.lang.Object
JSONWriter instance.StrictCharacterStreamJsonWriter| Modifier and Type | Class and Description |
|---|---|
static class |
StrictCharacterStreamJsonWriterSettings.Builder
A builder for StrictCharacterStreamJsonWriterSettings
|
| Modifier and Type | Method and Description |
|---|---|
static StrictCharacterStreamJsonWriterSettings.Builder |
builder()
Create a builder for StrictCharacterStreamJsonWriterSettings, which are immutable.
|
java.lang.String |
getIndentCharacters()
The indent characters to use if indent mode is enabled.
|
java.lang.String |
getNewLineCharacters()
The new line character(s) to use if indent mode is enabled.
|
boolean |
isIndent()
The indentation mode.
|
public static StrictCharacterStreamJsonWriterSettings.Builder builder()
public boolean isIndent()
false.public java.lang.String getNewLineCharacters()
System.getProperty("line.separator").public java.lang.String getIndentCharacters()