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

public static class SameSite.Lax$ extends Object implements SameSite, scala.Product, Serializable
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

    Fields
    Modifier and Type
    Field
    Description
    static final SameSite.Lax$
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix

    Methods inherited from interface org.apache.pekko.http.scaladsl.model.headers.SameSite

    asJava, render
  • Field Details

    • MODULE$

      public static final SameSite.Lax$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • Lax$

      public Lax$()