Method and Description |
---|
org.bson.types.ObjectId.getTime()
Use #getDate instead
|
org.bson.types.ObjectId.getTimeSecond()
Use #getTimestamp instead
|
org.bson.BsonReader.mark()
Use
BsonReader.getMark() instead |
org.bson.BsonBinaryReader.mark() |
org.bson.BsonDocumentReader.mark() |
org.bson.json.JsonReader.mark() |
org.bson.types.ObjectId.toStringMongod() |
Constructor and Description |
---|
org.bson.json.JsonWriter.Context(JsonWriter.Context, BsonContextType, String) |
org.bson.json.JsonWriterSettings()
Prefer
JsonWriterSettings.builder() , but note that the default output mode is different for that method |
org.bson.json.JsonWriterSettings(boolean)
Use the
JsonWriterSettings.Builder instead |
org.bson.json.JsonWriterSettings(JsonMode)
Use the
JsonWriterSettings.Builder instead |
org.bson.json.JsonWriterSettings(JsonMode, boolean)
Use the
JsonWriterSettings.Builder instead |
org.bson.json.JsonWriterSettings(JsonMode, String)
Use the
JsonWriterSettings.Builder instead |
org.bson.json.JsonWriterSettings(JsonMode, String, String)
Use the
JsonWriterSettings.Builder instead |
Enum Constant and Description |
---|
org.bson.json.JsonMode.STRICT
The format generated with this mode is no longer considered standard for MongoDB tools.
|
Copyright © 2018. All rights reserved.