public interface MarshallingTestUtils
Modifier and Type | Method and Description |
---|---|
<T> HttpEntity.Strict |
marshal(T value,
Marshaller<T,RequestEntity> evidence$1,
scala.concurrent.ExecutionContext ec,
org.apache.pekko.stream.Materializer mat) |
scala.concurrent.duration.FiniteDuration |
marshallingTimeout() |
<T> HttpResponse |
marshalToResponse(T value,
HttpRequest request,
Marshaller<T,HttpResponse> evidence$3,
scala.concurrent.ExecutionContext ec) |
<T> HttpResponse |
marshalToResponseForRequestAccepting(T value,
scala.collection.immutable.Seq<MediaRange> mediaRanges,
Marshaller<T,HttpResponse> evidence$2,
scala.concurrent.ExecutionContext ec) |
com.typesafe.config.Config |
testConfig() |
<T> scala.util.Try<T> |
unmarshal(HttpEntity entity,
Unmarshaller<HttpEntity,T> evidence$5,
scala.concurrent.ExecutionContext ec,
org.apache.pekko.stream.Materializer mat) |
<T> T |
unmarshalValue(HttpEntity entity,
Unmarshaller<HttpEntity,T> evidence$4,
scala.concurrent.ExecutionContext ec,
org.apache.pekko.stream.Materializer mat) |
<T> HttpEntity.Strict marshal(T value, Marshaller<T,RequestEntity> evidence$1, scala.concurrent.ExecutionContext ec, org.apache.pekko.stream.Materializer mat)
<T> HttpResponse marshalToResponse(T value, HttpRequest request, Marshaller<T,HttpResponse> evidence$3, scala.concurrent.ExecutionContext ec)
<T> HttpResponse marshalToResponseForRequestAccepting(T value, scala.collection.immutable.Seq<MediaRange> mediaRanges, Marshaller<T,HttpResponse> evidence$2, scala.concurrent.ExecutionContext ec)
scala.concurrent.duration.FiniteDuration marshallingTimeout()
com.typesafe.config.Config testConfig()
<T> scala.util.Try<T> unmarshal(HttpEntity entity, Unmarshaller<HttpEntity,T> evidence$5, scala.concurrent.ExecutionContext ec, org.apache.pekko.stream.Materializer mat)
<T> T unmarshalValue(HttpEntity entity, Unmarshaller<HttpEntity,T> evidence$4, scala.concurrent.ExecutionContext ec, org.apache.pekko.stream.Materializer mat)