Package | Description |
---|---|
com.mongodb |
Modifier and Type | Class and Description |
---|---|
class |
CommandResult
A simple wrapper to hold the result of a command.
|
Modifier and Type | Method and Description |
---|---|
BasicDBObject |
BasicDBObject.append(String key,
Object val)
Add a key/value pair to this object
|
static BasicDBObject |
BasicDBObject.parse(String json)
Parses a string in MongoDB Extended JSON format to a
BasicDBObject . |
static BasicDBObject |
BasicDBObject.parse(String json,
org.bson.codecs.Decoder<BasicDBObject> decoder)
Parses a string in MongoDB Extended JSON format to a
BasicDBObject . |
Modifier and Type | Method and Description |
---|---|
static BasicDBObject |
BasicDBObject.parse(String json,
org.bson.codecs.Decoder<BasicDBObject> decoder)
Parses a string in MongoDB Extended JSON format to a
BasicDBObject . |
String |
BasicDBObject.toJson(org.bson.codecs.Encoder<BasicDBObject> encoder)
Gets a JSON representation of this document
|
String |
BasicDBObject.toJson(org.bson.json.JsonWriterSettings writerSettings,
org.bson.codecs.Encoder<BasicDBObject> encoder)
Gets a JSON representation of this document
|
Copyright © 2017. All rights reserved.