sttp.tapir.json.play

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

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

Attributes

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

Attributes

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

Attributes

Inherited from:
TapirJsonPlay

Implicits

Inherited implicits

implicit def readsWritesCodec[T : Schema]: JsonCodec[T]

Attributes

Inherited from:
TapirJsonPlay
implicit val schemaForPlayJsObject: Schema[JsObject]

Attributes

Inherited from:
TapirJsonPlay
implicit val schemaForPlayJsValue: Schema[JsValue]

Attributes

Inherited from:
TapirJsonPlay