Package akka.http.scaladsl.coding
Class DataMapper$
- java.lang.Object
-
- akka.http.scaladsl.coding.DataMapper$
-
public class DataMapper$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static DataMapper$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description DataMapper$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T,E>
DataMapper<T>mapMessage(DataMapper<E> entityMapper, scala.Function2<T,scala.Function1<E,E>,T> mapEntity)
DataMapper<HttpRequest>
mapRequest()
DataMapper<RequestEntity>
mapRequestEntity()
DataMapper<HttpResponse>
mapResponse()
DataMapper<ResponseEntity>
mapResponseEntity()
-
-
-
Field Detail
-
MODULE$
public static final DataMapper$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
mapRequestEntity
public DataMapper<RequestEntity> mapRequestEntity()
-
mapResponseEntity
public DataMapper<ResponseEntity> mapResponseEntity()
-
mapRequest
public DataMapper<HttpRequest> mapRequest()
-
mapResponse
public DataMapper<HttpResponse> mapResponse()
-
mapMessage
public <T,E> DataMapper<T> mapMessage(DataMapper<E> entityMapper, scala.Function2<T,scala.Function1<E,E>,T> mapEntity)
-
-