Packages

package play

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. play
  2. TapirJsonPlay
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait TapirJsonPlay extends AnyRef

Value Members

  1. def jsonBody[T](implicit arg0: Reads[T], arg1: Writes[T], arg2: Schema[T], arg3: Validator[T]): Body[String, T]
    Definition Classes
    TapirJsonPlay
  2. implicit def readsWritesCodec[T](implicit arg0: Reads[T], arg1: Writes[T], arg2: Schema[T], arg3: Validator[T]): JsonCodec[T]
    Definition Classes
    TapirJsonPlay
  3. implicit val schemaForPlayJsValue: Schema[JsValue]
    Definition Classes
    TapirJsonPlay
  4. implicit val validatorForPlayJsValue: Validator[JsValue]
    Definition Classes
    TapirJsonPlay

Inherited from TapirJsonPlay

Inherited from AnyRef

Inherited from Any

Ungrouped