Package | Description |
---|---|
com.mongodb |
Main package with core files.
|
Modifier and Type | Field and Description |
---|---|
DBDecoderFactory |
MongoOptions.dbDecoderFactory
Deprecated.
Override the DBCallback factory.
|
static DBDecoderFactory |
LazyWriteableDBDecoder.FACTORY |
static DBDecoderFactory |
LazyDBDecoder.FACTORY |
static DBDecoderFactory |
DefaultDBDecoder.FACTORY |
Modifier and Type | Method and Description |
---|---|
DBDecoderFactory |
MongoOptions.getDbDecoderFactory()
Deprecated.
|
DBDecoderFactory |
MongoClientOptions.getDbDecoderFactory()
Override the decoder factory.
|
DBDecoderFactory |
DBCollection.getDBDecoderFactory()
Get the decoder factory for this collection.
|
DBDecoderFactory |
DBCursor.getDecoderFactory() |
Modifier and Type | Method and Description |
---|---|
MongoClientOptions.Builder |
MongoClientOptions.Builder.dbDecoderFactory(DBDecoderFactory dbDecoderFactory)
Sets the decoder factory.
|
void |
MongoOptions.setDbDecoderFactory(DBDecoderFactory factory)
Deprecated.
|
void |
DBCollection.setDBDecoderFactory(DBDecoderFactory fact)
Set a customer decoder factory for this collection.
|
DBCursor |
DBCursor.setDecoderFactory(DBDecoderFactory fact) |