| 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 |
|---|---|
java.lang.Class<BsonMinKey> |
BsonMinKeyCodec.getEncoderClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
BsonMinKeyCodec.encode(BsonWriter writer,
BsonMinKey value,
EncoderContext encoderContext) |
| Modifier and Type | Field and Description |
|---|---|
private Converter<BsonMinKey> |
JsonWriterSettings.minKeyConverter |
private Converter<BsonMinKey> |
JsonWriterSettings.Builder.minKeyConverter |
| Modifier and Type | Method and Description |
|---|---|
Converter<BsonMinKey> |
JsonWriterSettings.getMinKeyConverter()
A converter from BSON MinKey values to JSON.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedJsonMinKeyConverter.convert(BsonMinKey value,
StrictJsonWriter writer) |
void |
ShellMinKeyConverter.convert(BsonMinKey value,
StrictJsonWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
JsonWriterSettings.Builder |
JsonWriterSettings.Builder.minKeyConverter(Converter<BsonMinKey> minKeyConverter)
Sets the converter from BSON MinKey values to JSON.
|