Package | Description |
---|---|
org.bson |
This package contains bson classes required for the driver
|
org.bson.codecs |
This package contains all the default BSON codecs.
|
org.bson.types |
This package contains driver specific type classes
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicBSONEncoder.putCode(String name,
Code code)
Encodes a field to a
BsonType.JAVASCRIPT value. |
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.
|
class |
CodeWScope
Represents the CodeWScope BSON type.
|
Copyright © 2016. All Rights Reserved.