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(String indentCharacters)
Sets the indent character string to use when indentation is enabled.
|
StrictCharacterStreamJsonWriterSettings.Builder |
StrictCharacterStreamJsonWriterSettings.Builder.newLineCharacters(String newLineCharacters)
Sets the new line character string to use when indentation is enabled.
|
Copyright © 2017. All Rights Reserved.