| Package | Description |
|---|---|
| com.mongodb |
The core mongodb package
|
| org.bson |
Contains the base BSON classes.
|
| Modifier and Type | Method and Description |
|---|---|
private CodeWScope |
DBObjectCodec.readCodeWScope(BsonReader reader,
DecoderContext decoderContext,
java.util.List<java.lang.String> path) |
| Modifier and Type | Method and Description |
|---|---|
private void |
DBObjectCodec.encodeCodeWScope(BsonWriter bsonWriter,
CodeWScope value) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasicBSONEncoder.putCodeWScope(java.lang.String name,
CodeWScope codeWScope)
Encodes a field to a
BsonType.JAVASCRIPT_WITH_SCOPE value. |