DefaultMongoDbFactory constructor

DefaultMongoDbFactory()

Create a new instance of the factory.

Implementation

DefaultMongoDbFactory() : super() {
  registerAsType(
      DefaultMongoDbFactory.MongoDbConnectionDescriptor, MongoDbConnection);
}