Class CodingDirectives$
java.lang.Object
org.apache.pekko.http.scaladsl.server.directives.CodingDirectives$
- All Implemented Interfaces:
- CodingDirectives
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final CodingDirectives$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionscala.collection.immutable.Seq<Coder>scala.collection.immutable.Seq<Coder><T> scala.collection.immutable.Seq<T>theseOrDefault(scala.collection.immutable.Seq<T> these) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.http.scaladsl.server.directives.CodingDirectivesdecodeRequest, decodeRequestWith, decodeRequestWith, encodeResponse, encodeResponseWith, requestEncodedWith, responseEncodingAccepted, withPrecompressedMediaTypeSupport
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
CodingDirectives$public CodingDirectives$()
 
- 
- 
Method Details- 
DefaultCoders
- 
DefaultEncodeResponseEncoders
- 
theseOrDefaultpublic <T> scala.collection.immutable.Seq<T> theseOrDefault(scala.collection.immutable.Seq<T> these) 
 
-