Class AttributeDirectives$
- java.lang.Object
-
- akka.http.scaladsl.server.directives.AttributeDirectives$
-
- All Implemented Interfaces:
AttributeDirectives
public class AttributeDirectives$ extends java.lang.Object implements AttributeDirectives
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeDirectives$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description AttributeDirectives$()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.scaladsl.server.directives.AttributeDirectives
attribute, optionalAttribute
-
-
-
-
Field Detail
-
MODULE$
public static final AttributeDirectives$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-