Class Marshal$


  • public class Marshal$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Marshal$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Marshal$()  
    • Field Detail

      • MODULE$

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

      • Marshal$

        public Marshal$()
    • 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)