Class DataMapper$
java.lang.Object
org.apache.pekko.http.scaladsl.coding.DataMapper$
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final DataMapper$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<T,E> DataMapper<T> mapMessage(DataMapper<E> entityMapper, scala.Function2<T, scala.Function1<E, E>, T> mapEntity) 
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
DataMapper$public DataMapper$()
 
- 
- 
Method Details- 
mapRequestEntity
- 
mapResponseEntity
- 
mapRequest
- 
mapResponse
- 
mapMessagepublic <T,E> DataMapper<T> mapMessage(DataMapper<E> entityMapper, scala.Function2<T, scala.Function1<E, E>, T> mapEntity) 
 
-