public interface LowPriorityToResponseMarshallerImplicits
| Modifier and Type | Method and Description | 
|---|---|
| <T,M> Marshaller<org.apache.pekko.stream.scaladsl.Source<T,M>,HttpResponse> | fromEntityStreamingSupportAndByteStringSourceMarshaller(EntityStreamingSupport s,
                                                       Marshaller<T,org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,?>> m,
                                                       scala.reflect.ClassTag<T> evidence$2) | 
| <T,M> Marshaller<org.apache.pekko.stream.scaladsl.Source<T,M>,HttpResponse> | fromEntityStreamingSupportAndEntityMarshaller(EntityStreamingSupport s,
                                             Marshaller<T,RequestEntity> m,
                                             scala.reflect.ClassTag<T> tag) | 
| <T> Marshaller<T,HttpResponse> | liftMarshaller(Marshaller<T,RequestEntity> m) | 
| <T> Marshaller<T,HttpResponse> | liftMarshallerConversion(Marshaller<T,RequestEntity> m) | 
<T,M> Marshaller<org.apache.pekko.stream.scaladsl.Source<T,M>,HttpResponse> fromEntityStreamingSupportAndByteStringSourceMarshaller(EntityStreamingSupport s, Marshaller<T,org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,?>> m, scala.reflect.ClassTag<T> evidence$2)
<T,M> Marshaller<org.apache.pekko.stream.scaladsl.Source<T,M>,HttpResponse> fromEntityStreamingSupportAndEntityMarshaller(EntityStreamingSupport s, Marshaller<T,RequestEntity> m, scala.reflect.ClassTag<T> tag)
<T> Marshaller<T,HttpResponse> liftMarshaller(Marshaller<T,RequestEntity> m)
<T> Marshaller<T,HttpResponse> liftMarshallerConversion(Marshaller<T,RequestEntity> m)