Class Marshal$

java.lang.Object
akka.http.scaladsl.marshalling.Marshal$

public class Marshal$ extends Object
  • Field Details

    • MODULE$

      public static final Marshal$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • Marshal$

      public Marshal$()
  • Method Details

    • apply

      public <T> Marshal<T> apply(T value)
    • selectMarshallingForContentType

      public <T> scala.Option<scala.Function0<T>> selectMarshallingForContentType(scala.collection.immutable.Seq<Marshalling<T>> marshallings, ContentType contentType)