codec

object codec extends TapirCodecCats
class Object
trait Matchable
class Any
codec.type

Implicits

Inherited implicits

implicit def codecForChain[L, H, CF <: CodecFormat](implicit c: Codec[L, List[H], CF]): Codec[L, Chain[H], CF]
Inherited from:
TapirCodecCats
implicit def codecForNonEmptyChain[L, H, CF <: CodecFormat](implicit c: Codec[L, List[H], CF]): Codec[L, Type[H], CF]
Inherited from:
TapirCodecCats
implicit def codecForNonEmptyList[L, H, CF <: CodecFormat](implicit c: Codec[L, List[H], CF]): Codec[L, NonEmptyList[H], CF]
Inherited from:
TapirCodecCats
implicit def codecForNonEmptySet[L, H : Ordering, CF <: CodecFormat](implicit evidence$5: Ordering[H], c: Codec[L, Set[H], CF]): Codec[L, Type[H], CF]
Inherited from:
TapirCodecCats
implicit def schemaForChain[T : Schema]: Schema[Chain[T]]
Inherited from:
TapirCodecCats
implicit def schemaForNec[T : Schema]: Schema[Type[T]]
Inherited from:
TapirCodecCats
implicit def schemaForNel[T : Schema]: Schema[NonEmptyList[T]]
Inherited from:
TapirCodecCats
implicit def schemaForNes[T : Schema]: Schema[Type[T]]
Inherited from:
TapirCodecCats