
com.aventstack.extentreports.utils.MongoUtil Maven / Gradle / Ivy
package com.aventstack.extentreports.utils;
import org.bson.Document;
import org.bson.types.ObjectId;
public class MongoUtil {
private MongoUtil() { }
public static ObjectId getId(Document doc) {
return (ObjectId) doc.get("_id");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy