Class SameSite.Lax$
java.lang.Object
org.apache.pekko.http.scaladsl.model.headers.SameSite.Lax$
- All Implemented Interfaces:
Serializable,Renderable,SameSite,scala.Equals,scala.Product
- Enclosing interface:
- SameSite
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.http.scaladsl.model.headers.SameSite
SameSite.Lax$, SameSite.None$, SameSite.Strict$ -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SameSite.Lax$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Lax$
public Lax$()
-