| Package | Description |
|---|---|
| org.bson.codecs |
This package contains all the default BSON codecs.
|
| org.bson.json |
JSON serialization and deserialization.
|
| Modifier and Type | Method and Description |
|---|---|
BsonMaxKey |
BsonMaxKeyCodec.decode(BsonReader reader,
DecoderContext decoderContext) |
| Modifier and Type | Method and Description |
|---|---|
Class<BsonMaxKey> |
BsonMaxKeyCodec.getEncoderClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
BsonMaxKeyCodec.encode(BsonWriter writer,
BsonMaxKey value,
EncoderContext encoderContext) |
| Modifier and Type | Method and Description |
|---|---|
Converter<BsonMaxKey> |
JsonWriterSettings.getMaxKeyConverter()
A converter from BSON MaxKey values to JSON.
|
| Modifier and Type | Method and Description |
|---|---|
JsonWriterSettings.Builder |
JsonWriterSettings.Builder.maxKeyConverter(Converter<BsonMaxKey> maxKeyConverter)
Sets the converter from BSON MaxKey values to JSON.
|
Copyright © 2017. All Rights Reserved.