Package | Description |
---|---|
org.bson.codecs |
This package contains all the default BSON codecs.
|
org.bson.types |
Contains classes implementing various BSON types.
|
Modifier and Type | Method and Description |
---|---|
Code |
CodeCodec.decode(BsonReader bsonReader,
DecoderContext decoderContext) |
Modifier and Type | Method and Description |
---|---|
Class<Code> |
CodeCodec.getEncoderClass() |
Modifier and Type | Method and Description |
---|---|
void |
CodeCodec.encode(BsonWriter writer,
Code value,
EncoderContext encoderContext) |
Modifier and Type | Class and Description |
---|---|
class |
CodeWithScope
A representation of the JavaScript Code with Scope BSON type.
|
Copyright © 2018. All rights reserved.