| Package | Description | 
|---|---|
| org.springframework.data.mongodb | Spring Data's MongoDB abstraction. | 
| org.springframework.data.mongodb.core | MongoDB core support. | 
| org.springframework.data.mongodb.core.convert | Spring Data MongoDB specific converter infrastructure. | 
| org.springframework.data.mongodb.util | MongoDB driver-specific utility classes for  BsonandDBObjectinteraction. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | MongoDatabaseFactoryInterface for factories creating  MongoDatabaseinstances. | 
| interface  | MongoDbFactoryDeprecated. 
 since 3.0, use  MongoDatabaseFactoryinstead. | 
| interface  | ReactiveMongoDatabaseFactoryInterface for factories creating reactive  MongoDatabaseinstances. | 
| Constructor and Description | 
|---|
| BindableMongoExpression(String expression,
                       CodecRegistryProvider codecRegistryProvider,
                       Object[] args)Create a new instance of  BindableMongoExpression. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MongoDatabaseFactorySupport<C>Common base class for usage with both  MongoClientsdefining common properties such as
 database name and exception translator. | 
| class  | MongoDbFactorySupport<C>Deprecated. 
 since 3.0, use  MongoDatabaseFactorySupportinstead. | 
| class  | SimpleMongoClientDatabaseFactoryFactory to create  MongoDatabaseinstances from aMongoClientinstance. | 
| class  | SimpleMongoClientDbFactoryDeprecated. 
 since 3.0, use  SimpleMongoClientDatabaseFactoryinstead. | 
| class  | SimpleReactiveMongoDatabaseFactoryFactory to create  MongoDatabaseinstances from aMongoClientinstance. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected CodecRegistryProvider | MappingMongoConverter. codecRegistryProvider | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MappingMongoConverter. setCodecRegistryProvider(CodecRegistryProvider codecRegistryProvider)Configure a  CodecRegistryProviderthat provides native MongoDBcodecsfor
 reading values. | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.bson.Document | BsonUtils. parse(String json,
     CodecRegistryProvider codecRegistryProvider)Parse the given json to  Documentapplying transformations as specified by a potentially givenCodec. | 
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.