sttp.tapir.json.jsoniter

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:
TapirJsonJsoniter
def jsonBodyWithRaw[T : Schema]: Body[String, (String, T)]

Attributes

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

Attributes

Inherited from:
TapirJsonJsoniter

Implicits

Inherited implicits

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

Attributes

Inherited from:
TapirJsonJsoniter