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 |
---|---|
java.lang.Class<BsonMaxKey> |
BsonMaxKeyCodec.getEncoderClass() |
Modifier and Type | Method and Description |
---|---|
void |
BsonMaxKeyCodec.encode(BsonWriter writer,
BsonMaxKey value,
EncoderContext encoderContext) |
Modifier and Type | Field and Description |
---|---|
private Converter<BsonMaxKey> |
JsonWriterSettings.maxKeyConverter |
private Converter<BsonMaxKey> |
JsonWriterSettings.Builder.maxKeyConverter |
Modifier and Type | Method and Description |
---|---|
Converter<BsonMaxKey> |
JsonWriterSettings.getMaxKeyConverter()
A converter from BSON MaxKey values to JSON.
|
Modifier and Type | Method and Description |
---|---|
void |
ShellMaxKeyConverter.convert(BsonMaxKey value,
StrictJsonWriter writer) |
void |
ExtendedJsonMaxKeyConverter.convert(BsonMaxKey value,
StrictJsonWriter writer) |
Modifier and Type | Method and Description |
---|---|
JsonWriterSettings.Builder |
JsonWriterSettings.Builder.maxKeyConverter(Converter<BsonMaxKey> maxKeyConverter)
Sets the converter from BSON MaxKey values to JSON.
|