Package akka.http.scaladsl.model.headers
Class SameSite.Lax$
- java.lang.Object
-
- akka.http.scaladsl.model.headers.SameSite.Lax$
-
- All Implemented Interfaces:
Renderable
,SameSite
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing interface:
- SameSite
public static class SameSite.Lax$ extends java.lang.Object implements SameSite, scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.http.scaladsl.model.headers.SameSite
SameSite.Lax$, SameSite.None$, SameSite.Strict$
-
-
Field Summary
Fields Modifier and Type Field Description static SameSite.Lax$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Lax$()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
MODULE$
public static final SameSite.Lax$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-