@ConfigurationProperties(prefix="spring.mongodb.embedded") public class EmbeddedMongoProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EmbeddedMongoProperties.Storage |
| Constructor and Description |
|---|
EmbeddedMongoProperties() |
| Modifier and Type | Method and Description |
|---|---|
Set<Feature> |
getFeatures() |
EmbeddedMongoProperties.Storage |
getStorage() |
String |
getVersion() |
void |
setFeatures(Set<Feature> features) |
void |
setVersion(String version) |
public String getVersion()
public void setVersion(String version)
public Set<Feature> getFeatures()
public void setFeatures(Set<Feature> features)
public EmbeddedMongoProperties.Storage getStorage()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.