Package akka.http.scaladsl.unmarshalling
Interface GenericUnmarshallers
-
- All Superinterfaces:
LowerPriorityGenericUnmarshallers
- All Known Implementing Classes:
Unmarshaller$
public interface GenericUnmarshallers extends LowerPriorityGenericUnmarshallers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <A,B>
Unmarshaller<A,scala.Option<B>>liftToTargetOptionUnmarshaller(Unmarshaller<A,B> um)
<A,B>
Unmarshaller<A,scala.Option<B>>targetOptionUnmarshaller(Unmarshaller<A,B> um)
-
Methods inherited from interface akka.http.scaladsl.unmarshalling.LowerPriorityGenericUnmarshallers
eitherUnmarshaller, liftToSourceOptionUnmarshaller, messageUnmarshallerFromEntityUnmarshaller, sourceOptionUnmarshaller
-
-
-
-
Method Detail
-
liftToTargetOptionUnmarshaller
<A,B> Unmarshaller<A,scala.Option<B>> liftToTargetOptionUnmarshaller(Unmarshaller<A,B> um)
-
targetOptionUnmarshaller
<A,B> Unmarshaller<A,scala.Option<B>> targetOptionUnmarshaller(Unmarshaller<A,B> um)
-
-