Class AttributeKey$

java.lang.Object
akka.http.scaladsl.model.AttributeKey$
All Implemented Interfaces:
Serializable

public class AttributeKey$ extends Object implements Serializable
See Also:
  • Field Details

    • MODULE$

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

    • AttributeKey$

      public AttributeKey$()
  • Method Details

    • apply

      public <T> AttributeKey<T> apply(String name, scala.reflect.ClassTag<T> evidence$1)