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
|
(package private) static BsonJavaScriptWithScope |
BsonJavaScriptWithScope.clone(BsonJavaScriptWithScope from) |
Modifier and Type | Method and Description |
---|---|
(package private) static BsonJavaScriptWithScope |
BsonJavaScriptWithScope.clone(BsonJavaScriptWithScope from) |
private void |
AbstractBsonWriter.pipeJavascriptWithScope(BsonJavaScriptWithScope javaScriptWithScope) |
Modifier and Type | Method and Description |
---|---|
BsonJavaScriptWithScope |
BsonJavaScriptWithScopeCodec.decode(BsonReader bsonReader,
DecoderContext decoderContext) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<BsonJavaScriptWithScope> |
BsonJavaScriptWithScopeCodec.getEncoderClass() |
Modifier and Type | Method and Description |
---|---|
void |
BsonJavaScriptWithScopeCodec.encode(BsonWriter writer,
BsonJavaScriptWithScope codeWithScope,
EncoderContext encoderContext) |