Package | Description |
---|---|
com.mongodb.client.model |
This package contains models and options that help describe MongoCollection operations
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Field<?>> |
Aggregates.AddFieldsStage.fields |
Modifier and Type | Method and Description |
---|---|
static Bson |
Aggregates.addFields(Field<?>... fields)
Creates an $addFields pipeline stage
|
Modifier and Type | Method and Description |
---|---|
static Bson |
Aggregates.addFields(java.util.List<Field<?>> fields)
Creates an $addFields pipeline stage
|
Constructor and Description |
---|
AddFieldsStage(java.util.List<Field<?>> fields) |