Interface LowPriorityToResponseMarshallerImplicits
- All Known Subinterfaces:
- GenericMarshallers,- PredefinedToResponseMarshallers
- All Known Implementing Classes:
- GenericMarshallers$,- Marshaller$,- PredefinedToResponseMarshallers$
public interface LowPriorityToResponseMarshallerImplicits
- 
Method SummaryModifier and TypeMethodDescription<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> <T> Marshaller<T,HttpResponse> 
- 
Method Details- 
fromEntityStreamingSupportAndByteStringSourceMarshaller<T,M> Marshaller<org.apache.pekko.stream.scaladsl.Source<T,M>, fromEntityStreamingSupportAndByteStringSourceMarshallerHttpResponse> (EntityStreamingSupport s, Marshaller<T, org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString, ?>> m, scala.reflect.ClassTag<T> evidence$2) 
- 
fromEntityStreamingSupportAndEntityMarshaller<T,M> Marshaller<org.apache.pekko.stream.scaladsl.Source<T,M>, fromEntityStreamingSupportAndEntityMarshallerHttpResponse> (EntityStreamingSupport s, Marshaller<T, RequestEntity> m, scala.reflect.ClassTag<T> tag) 
- 
liftMarshaller
- 
liftMarshallerConversion
 
-