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 |
---|---|
BsonUndefined |
BsonUndefinedCodec.decode(BsonReader reader,
DecoderContext decoderContext) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<BsonUndefined> |
BsonUndefinedCodec.getEncoderClass() |
Modifier and Type | Method and Description |
---|---|
void |
BsonUndefinedCodec.encode(BsonWriter writer,
BsonUndefined value,
EncoderContext encoderContext) |
Modifier and Type | Field and Description |
---|---|
private Converter<BsonUndefined> |
JsonWriterSettings.undefinedConverter |
private Converter<BsonUndefined> |
JsonWriterSettings.Builder.undefinedConverter |
Modifier and Type | Method and Description |
---|---|
private BsonUndefined |
JsonReader.visitUndefinedExtendedJson() |
Modifier and Type | Method and Description |
---|---|
Converter<BsonUndefined> |
JsonWriterSettings.getUndefinedConverter()
A converter from BSON Undefined values to JSON.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtendedJsonUndefinedConverter.convert(BsonUndefined value,
StrictJsonWriter writer) |
void |
ShellUndefinedConverter.convert(BsonUndefined value,
StrictJsonWriter writer) |
Modifier and Type | Method and Description |
---|---|
JsonWriterSettings.Builder |
JsonWriterSettings.Builder.undefinedConverter(Converter<BsonUndefined> undefinedConverter)
Sets the converter from BSON Undefined values to JSON.
|