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