public interface LowPriorityToResponseMarshallerImplicits
Modifier and Type | Method and Description |
---|---|
<T,M> Marshaller<akka.stream.scaladsl.Source<T,M>,HttpResponse> |
fromEntityStreamingSupportAndEntityMarshaller(EntityStreamingSupport s,
Marshaller<T,RequestEntity> m)
Deprecated.
This method exists only for the purpose of binary compatibility, it used to be implicit. Since 10.0.2.
|
<T,M> Marshaller<akka.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<akka.stream.scaladsl.Source<T,M>,HttpResponse> fromEntityStreamingSupportAndEntityMarshaller(EntityStreamingSupport s, Marshaller<T,RequestEntity> m)
<T,M> Marshaller<akka.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)