public class BsonUtils extends Object
| Constructor and Description |
|---|
BsonUtils() |
| Modifier and Type | Method and Description |
|---|---|
static DriveObject |
unStringify(org.bson.Document jsonObject,
DriveObjectFactory objectFactory)
Warning: If your project does not have Bson as a dependency, calling this will throw errors
Converts a Json document into a drive object
|
public static DriveObject unStringify(org.bson.Document jsonObject, DriveObjectFactory objectFactory)
jsonObject - json to be convertedobjectFactory - object factory used to instantiate new objectsCopyright © 2020. All rights reserved.