KeyEncoder

io.circe.KeyEncoder
See theKeyEncoder companion trait
object KeyEncoder

Attributes

Companion
trait
Source
KeyEncoder.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
KeyEncoder.type

Members list

Value members

Concrete methods

def apply[A](implicit A: KeyEncoder[A]): KeyEncoder[A]

Attributes

Source
KeyEncoder.scala
def instance[A](f: A => String): KeyEncoder[A]

Attributes

Source
KeyEncoder.scala

Implicits

Implicits

implicit val encodeKeyByte: KeyEncoder[Byte]

Attributes

Source
KeyEncoder.scala
implicit val encodeKeyInt: KeyEncoder[Int]

Attributes

Source
KeyEncoder.scala
implicit val encodeKeyLong: KeyEncoder[Long]

Attributes

Source
KeyEncoder.scala

Attributes

Source
KeyEncoder.scala

Attributes

Source
KeyEncoder.scala

Attributes

Source
KeyEncoder.scala
implicit val encodeKeyURI: KeyEncoder[URI]

Attributes

Source
KeyEncoder.scala
implicit val encodeKeyUUID: KeyEncoder[UUID]

Attributes

Source
KeyEncoder.scala