Package | Description |
---|---|
org.bson.json |
JSON serialization and deserialization.
|
Modifier and Type | Method and Description |
---|---|
static StrictCharacterStreamJsonWriterSettings.Builder |
StrictCharacterStreamJsonWriterSettings.builder()
Create a builder for StrictCharacterStreamJsonWriterSettings, which are immutable.
|
StrictCharacterStreamJsonWriterSettings.Builder |
StrictCharacterStreamJsonWriterSettings.Builder.indent(boolean indent)
Sets whether indentation is enabled.
|
StrictCharacterStreamJsonWriterSettings.Builder |
StrictCharacterStreamJsonWriterSettings.Builder.indentCharacters(java.lang.String indentCharacters)
Sets the indent character string to use when indentation is enabled.
|
StrictCharacterStreamJsonWriterSettings.Builder |
StrictCharacterStreamJsonWriterSettings.Builder.newLineCharacters(java.lang.String newLineCharacters)
Sets the new line character string to use when indentation is enabled.
|
Constructor and Description |
---|
StrictCharacterStreamJsonWriterSettings(StrictCharacterStreamJsonWriterSettings.Builder builder) |