sttp.tapir.json.zio

Type members

Classlikes

Value members

Inherited methods

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

Implicits

Inherited implicits

implicit val schemaForZioJsonObject: Schema[Obj]
Inherited from:
TapirJsonZio
implicit val schemaForZioJsonValue: Schema[Json]
Inherited from:
TapirJsonZio
implicit def zioCodec[T : Schema]: JsonCodec[T]
Inherited from:
TapirJsonZio