Interface GenericMarshallers
- All Superinterfaces:
LowPriorityToResponseMarshallerImplicits
- All Known Implementing Classes:
GenericMarshallers$,Marshaller$
-
Method Summary
Modifier and TypeMethodDescription<A1,A2, B> Marshaller<scala.util.Either<A1, A2>, B> eitherMarshaller(Marshaller<A1, B> m1, Marshaller<A2, B> m2) <A,B> Marshaller<scala.concurrent.Future<A>, B> futureMarshaller(Marshaller<A, B> m) <A,B> Marshaller<scala.Option<A>, B> optionMarshaller(Marshaller<A, B> m, EmptyValue<B> empty) <T> Marshaller<Throwable,T> <A,B> Marshaller<scala.util.Try<A>, B> tryMarshaller(Marshaller<A, B> m) Methods inherited from interface org.apache.pekko.http.scaladsl.marshalling.LowPriorityToResponseMarshallerImplicits
fromEntityStreamingSupportAndByteStringSourceMarshaller, fromEntityStreamingSupportAndEntityMarshaller, liftMarshaller, liftMarshallerConversion
-
Method Details
-
throwableMarshaller
-
optionMarshaller
-
eitherMarshaller
<A1,A2, Marshaller<scala.util.Either<A1,B> A2>, eitherMarshallerB> (Marshaller<A1, B> m1, Marshaller<A2, B> m2) -
futureMarshaller
-
tryMarshaller
-