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 booleanequals(Object o)Deprecated.StringgetName()Deprecated.Gets the field nameBsongetValue()Deprecated.Gets the field valueinthashCode()Deprecated.StringtoString()Deprecated.
-