java.lang.Object
net.pincette.mongo.BsonUtil
BSON utilities.
- Since:
- 1.0
- Author:
- Werner Donné
-
Method Summary
Modifier and TypeMethodDescriptionstatic JsonArraystatic JsonStringfromBson(BsonDateTime bson) static JsonObjectfromBson(BsonDocument bson) static JsonNumberfromBson(BsonDouble bson) static JsonNumberstatic JsonNumberstatic JsonStringfromBson(BsonObjectId bson) static JsonObjectstatic JsonStringfromBson(BsonString bson) static JsonStringfromBson(BsonTimestamp bson) static JsonValuestatic BsonArraystatic BsonNumberfromJson(JsonNumber json) static BsonDocumentfromJson(JsonObject json) static BsonStringfromJson(JsonString json) static BsonValuestatic BsonArrayfromJsonNew(JsonArray array) static BsonDocumentfromJsonNew(JsonObject json) static BsonValuefromJsonNew(JsonString json) static BsonValuefromJsonNew(JsonValue json) static BsonDocumenttoBsonDocument(Bson bson) static byte[]toBytes(BsonDocument document) static DocumenttoDocument(BsonDocument document)
-
Method Details
-
fromBson
-
fromBson
-
fromBson
-
fromBson
-
fromBson
-
fromBson
-
fromBson
-
fromBson
-
fromBson
-
fromBson
-
fromBson
-
fromJson
-
fromJson
-
fromJson
-
fromJson
-
fromJson
-
fromJsonNew
-
fromJsonNew
-
fromJsonNew
-
fromJsonNew
-
toBsonDocument
-
toBytes
-
toDocument
-