Package | Description |
---|---|
org.bson |
Contains the base BSON classes and Encoder/Decoder.
|
org.bson.types |
Contains classes implementing various BSON types.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicBSONObject
A simple implementation of
DBObject . |
class |
KeyCachingLazyBSONObject |
class |
LazyBSONList |
class |
LazyBSONObject |
class |
LazyDBList |
Modifier and Type | Method and Description |
---|---|
BSONObject |
BasicBSONCallback.create() |
BSONObject |
BasicBSONCallback.create(boolean array,
java.util.List<java.lang.String> path) |
protected BSONObject |
BasicBSONCallback.createList() |
protected BSONObject |
BasicBSONCallback.cur() |
static BSONObject |
BSON.decode(byte[] b) |
BSONObject |
BSONDecoder.readObject(byte[] b) |
BSONObject |
BasicBSONDecoder.readObject(byte[] b) |
BSONObject |
LazyBSONDecoder.readObject(byte[] b) |
BSONObject |
NewBSONDecoder.readObject(byte[] pData) |
BSONObject |
BSONDecoder.readObject(java.io.InputStream in) |
BSONObject |
BasicBSONDecoder.readObject(java.io.InputStream in) |
BSONObject |
LazyBSONDecoder.readObject(java.io.InputStream in) |
BSONObject |
NewBSONDecoder.readObject(java.io.InputStream pIn) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
BSON.encode(BSONObject o) |
byte[] |
BSONEncoder.encode(BSONObject o) |
byte[] |
BasicBSONEncoder.encode(BSONObject o) |
protected boolean |
BasicBSONEncoder.handleSpecialObjects(java.lang.String name,
BSONObject o) |
void |
BSONObject.putAll(BSONObject o)
Sets all key/value pairs from an object into this object
|
void |
BasicBSONObject.putAll(BSONObject o) |
void |
LazyBSONObject.putAll(BSONObject o) |
int |
BSONEncoder.putObject(BSONObject o) |
int |
BasicBSONEncoder.putObject(BSONObject o)
Encodes a
BSONObject . |
protected int |
BasicBSONEncoder.putObject(java.lang.String name,
BSONObject o)
this is really for embedded objects
|
Modifier and Type | Class and Description |
---|---|
class |
BasicBSONList
Utility class to allow array
DBObject s to be created. |
Modifier and Type | Method and Description |
---|---|
BSONObject |
CodeWScope.getScope() |
Modifier and Type | Method and Description |
---|---|
void |
BasicBSONList.putAll(BSONObject o) |
Constructor and Description |
---|
CodeWScope(java.lang.String code,
BSONObject scope) |