public class DataMapper$
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static DataMapper$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| DataMapper$() | 
| Modifier and Type | Method and 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() | 
public static final DataMapper$ MODULE$
public DataMapper<RequestEntity> mapRequestEntity()
public DataMapper<ResponseEntity> mapResponseEntity()
public DataMapper<HttpRequest> mapRequest()
public DataMapper<HttpResponse> mapResponse()
public <T,E> DataMapper<T> mapMessage(DataMapper<E> entityMapper, scala.Function2<T,scala.Function1<E,E>,T> mapEntity)