Uses of Class
org.restheart.mongodb.MongoServiceConfiguration
-
Packages that use MongoServiceConfiguration Package Description org.restheart.mongodb Main classes to bootstrap RESTHeartorg.restheart.mongodb.interceptors org.restheart.mongodb.utils Utility classes -
-
Uses of MongoServiceConfiguration in org.restheart.mongodb
Methods in org.restheart.mongodb that return MongoServiceConfiguration Modifier and Type Method Description static MongoServiceConfigurationMongoServiceConfiguration. get()static MongoServiceConfigurationMongoServiceConfiguration. init(Map<String,Object> confs)static MongoServiceConfigurationMongoServiceConfiguration. init(Map<String,Object> confs, boolean silent)static MongoServiceConfigurationMongoServiceConfiguration. initFromFile(Path confFile, boolean silent)Methods in org.restheart.mongodb with parameters of type MongoServiceConfiguration Modifier and Type Method Description static voidConfigurationHelper. setConnectionOptions(io.undertow.Undertow.Builder builder, MongoServiceConfiguration configuration) -
Uses of MongoServiceConfiguration in org.restheart.mongodb.interceptors
Methods in org.restheart.mongodb.interceptors with parameters of type MongoServiceConfiguration Modifier and Type Method Description static voidMetadataCachesSingleton. init(MongoServiceConfiguration conf) -
Uses of MongoServiceConfiguration in org.restheart.mongodb.utils
Methods in org.restheart.mongodb.utils that return MongoServiceConfiguration Modifier and Type Method Description static MongoServiceConfigurationFileUtils. getConfiguration(String[] args)static MongoServiceConfigurationFileUtils. getConfiguration(String[] args, boolean silent)static MongoServiceConfigurationFileUtils. getConfiguration(Path configurationFilePath, Path propsFilePath, boolean silent)
-