Class MethodDirectives$
- java.lang.Object
-
- akka.http.scaladsl.server.directives.MethodDirectives$
-
- All Implemented Interfaces:
MethodDirectives
public class MethodDirectives$ extends java.lang.Object implements MethodDirectives
-
-
Field Summary
Fields Modifier and Type Field Description static MethodDirectives$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description MethodDirectives$()
-
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.MethodDirectives
delete, extractMethod, get, head, method, options, overrideMethodWithParameter, patch, post, put
-
-
-
-
Field Detail
-
MODULE$
public static final MethodDirectives$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-