sttp.tapir.json.upickle

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

Attributes

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

Attributes

Inherited from:
TapirJsonuPickle

Implicits

Inherited implicits

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

Attributes

Inherited from:
TapirJsonuPickle