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.
|
int |
getMaxLength()
The maximum length of the JSON string.
|
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()
public int getMaxLength()
Copyright © 2010 - 2020 Adobe. All Rights Reserved