Package com.mongodb.client.model
Class BsonField
- java.lang.Object
-
- com.mongodb.client.model.BsonField
-
@Deprecated(since="2021-05-27") public final class BsonField extends Object
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:
Aggregates.group(Object, BsonField...)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
Deprecated.String
getName()
Deprecated.Gets the field nameBson
getValue()
Deprecated.Gets the field valueint
hashCode()
Deprecated.String
toString()
Deprecated.
-