Package akka.http.scaladsl.model
Class AttributeKey<T>
- java.lang.Object
-
- akka.http.javadsl.model.AttributeKey<T>
-
- akka.http.scaladsl.model.AttributeKey<T>
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
public class AttributeKey<T> extends AttributeKey<T> implements scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttributeKey(java.lang.String name, java.lang.Class<?> clazz)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> AttributeKey<T>
apply(java.lang.String name, scala.reflect.ClassTag<T> evidence$1)
java.lang.String
name()
-
Methods inherited from class akka.http.javadsl.model.AttributeKey
create
-
-
-
-
Method Detail
-
apply
public static <T> AttributeKey<T> apply(java.lang.String name, scala.reflect.ClassTag<T> evidence$1)
-
name
public java.lang.String name()
-
-