Package akka.http.scaladsl.marshalling
Class Marshal$
- java.lang.Object
-
- akka.http.scaladsl.marshalling.Marshal$
-
public class Marshal$ extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Marshal$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Marshal<T>
apply(T value)
<T> scala.Option<scala.Function0<T>>
selectMarshallingForContentType(scala.collection.immutable.Seq<Marshalling<T>> marshallings, ContentType contentType)
-
-
-
Field Detail
-
MODULE$
public static final Marshal$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
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)
-
-