public class CorsSettings$ extends SettingsCompanionImpl<CorsSettings>
Modifier and Type | Field and Description |
---|---|
static CorsSettings$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
CorsSettings$() |
Modifier and Type | Method and Description |
---|---|
CorsSettings |
defaultSettings()
Deprecated.
Use other CorsSettings constructors. Since 1.0.0.
|
CorsSettings |
fromSubConfig(com.typesafe.config.Config root,
com.typesafe.config.Config config) |
apply, apply, apply, configAdditions, prefix
public static final CorsSettings$ MODULE$
public CorsSettings defaultSettings()
apply()
methods
instead to have more control over the source of the configuration.public CorsSettings fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config config)
fromSubConfig
in class SettingsCompanionImpl<CorsSettings>