Alla fine non è stato un grosso problema :
Document myDoc = collection.find(eq("_id", new ObjectId(idobjet))).first();
Devi usare ObjectId(id).
Alla fine non è stato un grosso problema :
Document myDoc = collection.find(eq("_id", new ObjectId(idobjet))).first();
Devi usare ObjectId(id).