public final class BsonField extends Object
Aggregates.group(Object, BsonField...)| Constructor | Description |
|---|---|
BsonField(String name,
Bson value) |
Construct an instance
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getName() |
Gets the field name
|
Bson |
getValue() |
Gets the field value
|
String |
toString() |