sttp.tapir.json.zio

Members list

Type members

Classlikes

trait TapirJsonZio

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

def jsonBody[T : Schema]: Body[String, T]

Attributes

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

Attributes

Inherited from:
TapirJsonZio
def jsonQuery[T : Schema](name: String): Query[T]

Attributes

Inherited from:
TapirJsonZio

Implicits

Inherited implicits

implicit val schemaForZioJsonObject: Schema[Obj]

Attributes

Inherited from:
TapirJsonZio
implicit val schemaForZioJsonValue: Schema[Json]

Attributes

Inherited from:
TapirJsonZio
implicit def zioCodec[T : Schema]: JsonCodec[T]

Attributes

Inherited from:
TapirJsonZio