JsonbInstances

doobie.postgres.circe.Instances.JsonbInstances

Attributes

Source
Instances.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object implicits.type

Members list

Value members

Concrete methods

def pgDecoderGet[A](using evidence$4: Decoder[A]): Get[A]

Attributes

Source
Instances.scala
def pgDecoderGetT[A](using evidence$3: Decoder[A]): Get[A]

Attributes

Source
Instances.scala
def pgEncoderPut[A](using evidence$2: Encoder[A]): Put[A]

Attributes

Source
Instances.scala
def pgEncoderPutT[A](using evidence$1: Encoder[A]): Put[A]

Attributes

Source
Instances.scala

Implicits

Implicits

implicit val jsonbGet: Get[Json]

Attributes

Source
Instances.scala
implicit val jsonbPut: Put[Json]

Attributes

Source
Instances.scala