Class CodingDirectives$
- java.lang.Object
-
- akka.http.scaladsl.server.directives.CodingDirectives$
-
- All Implemented Interfaces:
CodingDirectives
public class CodingDirectives$ extends java.lang.Object implements CodingDirectives
-
-
Field Summary
Fields Modifier and Type Field Description static CodingDirectives$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description CodingDirectives$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.Seq<Coder>
DefaultCoders()
scala.collection.immutable.Seq<Coder>
DefaultEncodeResponseEncoders()
<T> scala.collection.immutable.Seq<T>
theseOrDefault(scala.collection.immutable.Seq<T> these)
-
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.CodingDirectives
decodeRequest, decodeRequestWith, decodeRequestWith, encodeResponse, encodeResponseWith, requestEncodedWith, responseEncodingAccepted, withPrecompressedMediaTypeSupport
-
-
-
-
Field Detail
-
MODULE$
public static final CodingDirectives$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
DefaultCoders
public scala.collection.immutable.Seq<Coder> DefaultCoders()
-
DefaultEncodeResponseEncoders
public scala.collection.immutable.Seq<Coder> DefaultEncodeResponseEncoders()
-
theseOrDefault
public <T> scala.collection.immutable.Seq<T> theseOrDefault(scala.collection.immutable.Seq<T> these)
-
-