Package com.mongodb.client.model
Class BsonField
java.lang.Object
com.mongodb.client.model.BsonField
A representation of a BSON document field whose value is another BSON document.
- Since:
- 3.1
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BsonField
Construct an instance- Parameters:
name
- the field namevalue
- the field value
-
-
Method Details