`__Value`

caliban.client.`__Value`
See the`__Value` companion trait
object `__Value`

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
`__Value`.type

Members list

Type members

Classlikes

case class `__BooleanValue`(value: Boolean) extends `__Value`

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait `__Value`
class Object
trait Matchable
class Any
Show all
case class `__EnumValue`(value: String) extends `__Value`

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait `__Value`
class Object
trait Matchable
class Any
Show all
case class `__ListValue`(values: List[`__Value`]) extends `__Value`

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait `__Value`
class Object
trait Matchable
class Any
Show all
case object `__NullValue` extends `__Value`

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait `__Value`
class Object
trait Matchable
class Any
Show all
Self type
case class `__NumberValue`(value: BigDecimal) extends `__Value`

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait `__Value`
class Object
trait Matchable
class Any
Show all
case class `__ObjectValue`(fields: List[(String, `__Value`)]) extends `__Value`

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait `__Value`
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class `__StringValue`(value: String) extends `__Value`

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait `__Value`
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

implicit val jsonCodec: JsonValueCodec[`__Value`]