codec

sttp.tapir.integ.cats.codec
object codec extends TapirCodecCats

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
codec.type

Members list

Implicits

Inherited implicits

implicit def codecForChain[L, H, CF <: CodecFormat](implicit c: Codec[L, List[H], CF]): Codec[L, Chain[H], CF]

Attributes

Inherited from:
TapirCodecCats
implicit def codecForNonEmptyChain[L, H, CF <: CodecFormat](implicit c: Codec[L, List[H], CF]): Codec[L, Type[H], CF]

Attributes

Inherited from:
TapirCodecCats
implicit def codecForNonEmptyList[L, H, CF <: CodecFormat](implicit c: Codec[L, List[H], CF]): Codec[L, NonEmptyList[H], CF]

Attributes

Inherited from:
TapirCodecCats
implicit def codecForNonEmptySet[L, H : Ordering, CF <: CodecFormat](implicit evidence$1: Ordering[H], c: Codec[L, Set[H], CF]): Codec[L, Type[H], CF]

Attributes

Inherited from:
TapirCodecCats
implicit def schemaForChain[T : Schema]: Schema[Chain[T]]

Attributes

Inherited from:
TapirCodecCats
implicit def schemaForNec[T : Schema]: Schema[Type[T]]

Attributes

Inherited from:
TapirCodecCats
implicit def schemaForNel[T : Schema]: Schema[NonEmptyList[T]]

Attributes

Inherited from:
TapirCodecCats
implicit def schemaForNes[T : Schema]: Schema[Type[T]]

Attributes

Inherited from:
TapirCodecCats