Package | Description |
---|---|
org.bson |
Contains the base BSON classes.
|
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 BsonJavaScriptWithScope 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 © 2018. All rights reserved.