Class DebuggingDirectives$
- java.lang.Object
-
- akka.http.scaladsl.server.directives.DebuggingDirectives$
-
- All Implemented Interfaces:
DebuggingDirectives
public class DebuggingDirectives$ extends java.lang.Object implements DebuggingDirectives
-
-
Field Summary
Fields Modifier and Type Field Description static DebuggingDirectives$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description DebuggingDirectives$()
-
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.DebuggingDirectives
logRequest, logRequestResult, logResult
-
-
-
-
Field Detail
-
MODULE$
public static final DebuggingDirectives$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-