Package | Description |
---|---|
org.bson |
Contains the base BSON classes.
|
org.bson.codecs |
This package contains all the default BSON codecs.
|
org.bson.json |
JSON serialization and deserialization.
|
Modifier and Type | Field and Description |
---|---|
static BsonNull |
BsonNull.VALUE |
Modifier and Type | Method and Description |
---|---|
BsonNull |
BsonNullCodec.decode(BsonReader reader,
DecoderContext decoderContext) |
Modifier and Type | Method and Description |
---|---|
Class<BsonNull> |
BsonNullCodec.getEncoderClass() |
Modifier and Type | Method and Description |
---|---|
void |
BsonNullCodec.encode(BsonWriter writer,
BsonNull value,
EncoderContext encoderContext) |
Modifier and Type | Method and Description |
---|---|
Converter<BsonNull> |
JsonWriterSettings.getNullConverter()
A converter from BSON Null values to JSON.
|
Modifier and Type | Method and Description |
---|---|
JsonWriterSettings.Builder |
JsonWriterSettings.Builder.nullConverter(Converter<BsonNull> nullConverter)
Sets the converter from BSON Null values to JSON.
|
Copyright © 2018. All rights reserved.