circe

io.taig.enumeration.ext.circe$
See thecirce companion trait
object circe extends circe

Attributes

Companion
trait
Graph
Supertypes
trait circe
class Object
trait Matchable
class Any
Self type
circe.type

Members list

Implicits

Inherited implicits

implicit def decodeMapping[A, B](using mapping: Mapping[A, B], decoder: Decoder[B])(using Show[B]): Decoder[A]

Attributes

Inherited from:
circe
implicit def encodeMapping[A, B](using mapping: Mapping[A, B], encoder: Encoder[B]): Encoder[A]

Attributes

Inherited from:
circe