Class Marshal$
java.lang.Object
org.apache.pekko.http.scaladsl.marshalling.Marshal$
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<T> Marshal<T>apply(T value) <T> scala.Option<scala.Function0<T>>selectMarshallingForContentType(scala.collection.immutable.Seq<Marshalling<T>> marshallings, ContentType contentType) 
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
Marshal$public Marshal$()
 
- 
- 
Method Details- 
apply
- 
selectMarshallingForContentTypepublic <T> scala.Option<scala.Function0<T>> selectMarshallingForContentType(scala.collection.immutable.Seq<Marshalling<T>> marshallings, ContentType contentType) 
 
-