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