SprayJsonSupport

org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonSupport
See theSprayJsonSupport companion trait

Attributes

Companion
trait
Source
SprayJsonSupport.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Implicits

Inherited implicits

implicit def sprayJsValueMarshaller(implicit printer: JsonPrinter): ToEntityMarshaller[JsValue]

Attributes

Inherited from:
SprayJsonSupport
Source
SprayJsonSupport.scala

Attributes

Inherited from:
SprayJsonSupport
Source
SprayJsonSupport.scala
implicit def sprayJsonMarshaller[T](implicit writer: RootJsonWriter[T], printer: JsonPrinter): ToEntityMarshaller[T]

Attributes

Inherited from:
SprayJsonSupport
Source
SprayJsonSupport.scala
implicit def sprayJsonMarshallerConverter[T](writer: RootJsonWriter[T])(implicit printer: JsonPrinter): ToEntityMarshaller[T]

Attributes

Inherited from:
SprayJsonSupport
Source
SprayJsonSupport.scala

Attributes

Inherited from:
SprayJsonSupport
Source
SprayJsonSupport.scala
implicit def sprayJsonUnmarshaller[T](implicit reader: RootJsonReader[T]): FromEntityUnmarshaller[T]

Attributes

Inherited from:
SprayJsonSupport
Source
SprayJsonSupport.scala

Attributes

Inherited from:
SprayJsonSupport
Source
SprayJsonSupport.scala