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
Deprecated.
A factory for instances of this class
|
static DBDecoderFactory |
LazyDBDecoder.FACTORY
A factory for instances of this class
|
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()
Gets the decoder factory that creates the decoder this cursor will use to decode objects from MongoDB.
|
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)
Sets the factory that will be used create a
DBDecoder that will be used to decode BSON documents into DBObject instances. |