public class Marshal$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Marshal$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Marshal$() |
Modifier and Type | Method and Description |
---|---|
<T> Marshal<T> |
apply(T value) |
<T> scala.Option<scala.Function0<T>> |
selectMarshallingForContentType(scala.collection.immutable.Seq<Marshalling<T>> marshallings,
ContentType contentType) |
public static final Marshal$ MODULE$
public <T> Marshal<T> apply(T value)
public <T> scala.Option<scala.Function0<T>> selectMarshallingForContentType(scala.collection.immutable.Seq<Marshalling<T>> marshallings, ContentType contentType)