| 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 |
|---|---|
BsonMinKey |
BsonMinKeyCodec.decode(BsonReader reader,
DecoderContext decoderContext) |
| Modifier and Type | Method and Description |
|---|---|
Class<BsonMinKey> |
BsonMinKeyCodec.getEncoderClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
BsonMinKeyCodec.encode(BsonWriter writer,
BsonMinKey value,
EncoderContext encoderContext) |
| Modifier and Type | Method and Description |
|---|---|
Converter<BsonMinKey> |
JsonWriterSettings.getMinKeyConverter()
A converter from BSON MinKey values to JSON.
|
| Modifier and Type | Method and Description |
|---|---|
JsonWriterSettings.Builder |
JsonWriterSettings.Builder.minKeyConverter(Converter<BsonMinKey> minKeyConverter)
Sets the converter from BSON MinKey values to JSON.
|
Copyright © 2017. All Rights Reserved.