Class JsonMarshalling
java.lang.Object
com.here.platform.data.client.json.JsonMarshalling
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> org.apache.pekko.http.scaladsl.marshalling.Marshaller<T,org.apache.pekko.http.scaladsl.model.RequestEntity> marshaller(org.json4s.Formats formats) static org.json4s.Serializationstatic <T> org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller<org.apache.pekko.http.scaladsl.model.HttpEntity,T> unmarshaller(scala.reflect.Manifest<T> evidence$1, org.json4s.Formats formats) static org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller<org.apache.pekko.http.scaladsl.model.HttpEntity,String>
-
Constructor Details
-
JsonMarshalling
public JsonMarshalling()
-
-
Method Details
-
serialization
public static org.json4s.Serialization serialization() -
unmarshallerJson
public static org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller<org.apache.pekko.http.scaladsl.model.HttpEntity,String> unmarshallerJson() -
unmarshaller
public static <T> org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller<org.apache.pekko.http.scaladsl.model.HttpEntity,T> unmarshaller(scala.reflect.Manifest<T> evidence$1, org.json4s.Formats formats) -
marshaller
public static <T> org.apache.pekko.http.scaladsl.marshalling.Marshaller<T,org.apache.pekko.http.scaladsl.model.RequestEntity> marshaller(org.json4s.Formats formats)
-