public class MongoDbFactoryCreator
extends org.springframework.cloud.service.AbstractServiceConnectorCreator<org.springframework.data.mongodb.MongoDbFactory,org.springframework.cloud.service.common.MongoServiceInfo>
| Constructor and Description |
|---|
MongoDbFactoryCreator() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.mongodb.core.SimpleMongoDbFactory |
configure(org.springframework.data.mongodb.core.SimpleMongoDbFactory mongoDbFactory,
MongoDbFactoryConfig config) |
org.springframework.data.mongodb.MongoDbFactory |
create(org.springframework.cloud.service.common.MongoServiceInfo serviceInfo,
org.springframework.cloud.service.ServiceConnectorConfig config) |
public org.springframework.data.mongodb.MongoDbFactory create(org.springframework.cloud.service.common.MongoServiceInfo serviceInfo,
org.springframework.cloud.service.ServiceConnectorConfig config)
public org.springframework.data.mongodb.core.SimpleMongoDbFactory configure(org.springframework.data.mongodb.core.SimpleMongoDbFactory mongoDbFactory,
MongoDbFactoryConfig config)