Class JsonMarshalling

java.lang.Object
com.here.platform.data.client.json.JsonMarshalling

public class JsonMarshalling extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <T> org.apache.pekko.http.scaladsl.marshalling.Marshaller<T,org.apache.pekko.http.scaladsl.model.RequestEntity>
    marshaller(org.json4s.Formats formats)
     
    static org.json4s.Serialization
     
    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)
     
    static org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller<org.apache.pekko.http.scaladsl.model.HttpEntity,String>
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)