Package akka.http.caching.impl.settings
Class CachingSettingsImpl$
- java.lang.Object
-
- akka.http.impl.util.SettingsCompanionImpl<CachingSettingsImpl>
-
- akka.http.caching.impl.settings.CachingSettingsImpl$
-
- All Implemented Interfaces:
java.io.Serializable
public class CachingSettingsImpl$ extends SettingsCompanionImpl<CachingSettingsImpl> implements java.io.Serializable
INTERNAL API- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static CachingSettingsImpl$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description CachingSettingsImpl$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CachingSettingsImpl
fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c)
-
Methods inherited from class akka.http.impl.util.SettingsCompanionImpl
apply, apply, apply, configAdditions, prefix
-
-
-
-
Field Detail
-
MODULE$
public static final CachingSettingsImpl$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
fromSubConfig
public CachingSettingsImpl fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c)
- Specified by:
fromSubConfig
in classSettingsCompanionImpl<CachingSettingsImpl>
-
-