Package | Description |
---|---|
org.bson |
This package contains bson classes required for the driver
|
org.bson.codecs |
This package contains all the default BSON codecs.
|
Modifier and Type | Method and Description |
---|---|
BsonJavaScriptWithScope |
BsonValue.asJavaScriptWithScope()
Gets this value as a CodeWithScope if it is one, otherwise throws exception
|
Modifier and Type | Method and Description |
---|---|
BsonJavaScriptWithScope |
BsonJavaScriptWithScopeCodec.decode(BsonReader bsonReader,
DecoderContext decoderContext) |
Modifier and Type | Method and Description |
---|---|
Class<BsonJavaScriptWithScope> |
BsonJavaScriptWithScopeCodec.getEncoderClass() |
Modifier and Type | Method and Description |
---|---|
void |
BsonJavaScriptWithScopeCodec.encode(BsonWriter writer,
BsonJavaScriptWithScope codeWithScope,
EncoderContext encoderContext) |
Copyright © 2016. All Rights Reserved.