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 |
---|---|
BsonJavaScript |
BsonValue.asJavaScript()
Gets this value as a
BsonJavaScript if it is one, otherwise throws exception |
Modifier and Type | Method and Description |
---|---|
BsonJavaScript |
BsonJavaScriptCodec.decode(BsonReader reader,
DecoderContext decoderContext) |
Modifier and Type | Method and Description |
---|---|
Class<BsonJavaScript> |
BsonJavaScriptCodec.getEncoderClass() |
Modifier and Type | Method and Description |
---|---|
void |
BsonJavaScriptCodec.encode(BsonWriter writer,
BsonJavaScript value,
EncoderContext encoderContext) |
Copyright © 2018. All rights reserved.