| Package | Description |
|---|---|
| com.mongodb |
The core mongodb package
|
| com.mongodb.client.model.changestream |
This package contains classes for the change stream api
|
| org.bson.codecs.pojo |
This package contains classes specific to mapping user POJOs.
|
| Class and Description |
|---|
| BsonCreator
An annotation that configures a constructor or method as the Creator for the Pojo.
|
| BsonIgnore
An annotation that configures a property to be ignored when reading and writing to BSON
|
| BsonProperty
An annotation that configures a property.
|
| Class and Description |
|---|
| BsonCreator
An annotation that configures a constructor or method as the Creator for the Pojo.
|
| BsonId
An annotation that configures the property as the id property for a
ClassModel. |
| BsonProperty
An annotation that configures a property.
|
| Class and Description |
|---|
| BsonProperty
An annotation that configures a property.
|