Package | Description |
---|---|
com.mongodb |
Main package with core files.
|
com.mongodb.util |
Package containing misc utils.
|
org.bson |
Contains the base BSON classes and Encoder/Decoder.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DBCallback
The DB callback interface.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDBCallback
This class overrides BasicBSONCallback to implement some extra features specific to the Database.
|
class |
LazyDBCallback |
class |
LazyWriteableDBCallback |
Modifier and Type | Class and Description |
---|---|
class |
JSONCallback |
Modifier and Type | Method and Description |
---|---|
static Object |
JSON.parse(String s,
BSONCallback c)
Parses a JSON string representing a JSON value
|
Modifier and Type | Class and Description |
---|---|
class |
BasicBSONCallback |
class |
EmptyBSONCallback |
class |
LazyBSONCallback |
Modifier and Type | Field and Description |
---|---|
protected BSONCallback |
BasicBSONDecoder._callback |
Modifier and Type | Method and Description |
---|---|
BSONCallback |
BasicBSONCallback.createBSONCallback() |
BSONCallback |
EmptyBSONCallback.createBSONCallback() |
BSONCallback |
BSONCallback.createBSONCallback() |
Modifier and Type | Method and Description |
---|---|
int |
BasicBSONDecoder.decode(byte[] b,
BSONCallback callback) |
int |
NewBSONDecoder.decode(byte[] pData,
BSONCallback pCallback) |
int |
BSONDecoder.decode(byte[] b,
BSONCallback callback) |
int |
LazyBSONDecoder.decode(byte[] b,
BSONCallback callback) |
int |
BasicBSONDecoder.decode(InputStream in,
BSONCallback callback) |
int |
NewBSONDecoder.decode(InputStream pIn,
BSONCallback pCallback) |
int |
BSONDecoder.decode(InputStream in,
BSONCallback callback) |
int |
LazyBSONDecoder.decode(InputStream in,
BSONCallback callback) |