sttp.tapir.json.circe

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

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

Attributes

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

Attributes

Inherited from:
TapirJsonCirce
def jsonPrinter: Printer

Attributes

Inherited from:
TapirJsonCirce

Implicits

Inherited implicits

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

Attributes

Inherited from:
TapirJsonCirce
implicit val schemaForCirceJson: Schema[Json]

Attributes

Inherited from:
TapirJsonCirce
implicit val schemaForCirceJsonObject: Schema[JsonObject]

Attributes

Inherited from:
TapirJsonCirce