Package org.bson
Class BsonElement
java.lang.Object
org.bson.BsonElement
A mapping from a name to a BsonValue.
- Since:
- 3.0
- See Also:
-
Constructor Summary
ConstructorDescriptionBsonElement
(String name, BsonValue value) Construct a new instance with the given key and value -
Method Summary
-
Constructor Details
-
BsonElement
Construct a new instance with the given key and value- Parameters:
name
- the non-null keyvalue
- the non-null value
-
-
Method Details