CirceCodec

endpoints4s.algebra.circe.CirceCodec
See theCirceCodec companion object
trait CirceCodec[A]

Combines both an io.circe.Encoder and a io.circe.Decoder into a single type class.

You don’t need to define instances by yourself as they can be derived from an existing pair of an io.circe.Encoder and a io.circe.Decoder.

Attributes

See also
Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def decoder: Decoder[A]
def encoder: Encoder[A]