Package com.mongodb.client.model
Class BsonField
java.lang.Object
com.mongodb.client.model.BsonField
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
A representation of a BSON document field whose value is another BSON document.
- Since:
- 3.1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BsonField
Deprecated.Construct an instance- Parameters:
name
- the field namevalue
- the field value
-
-
Method Details
-
getName
Deprecated.Gets the field name- Returns:
- the field name
-
getValue
Deprecated.Gets the field value- Returns:
- the field value
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-