TapirJsonJsoniter

sttp.tapir.json.jsoniter.TapirJsonJsoniter

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)]
def jsonQuery[T : Schema](name: String): Query[T]

Implicits

Implicits

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