TapirJsonSpray

sttp.tapir.json.spray.TapirJsonSpray

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def jsonBody[T : Schema]: Body[String, T]
def jsonBodyWithRaw[T : Schema]: Body[String, (String, T)]

Implicits

Implicits

implicit def jsonFormatCodec[T : Schema]: JsonCodec[T]
implicit val schemaForSprayJsObject: Schema[JsObject]
implicit val schemaForSprayJsValue: Schema[JsValue]