Value

wvlet.airframe.msgpack.spi.Value$
See theValue companion trait
object Value

Attributes

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

Members list

Type members

Classlikes

case class ArrayValue(elems: IndexedSeq[Value]) extends Value

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
Show all
case class BigIntegerValue(v: BigInteger) extends IntegerValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait IntegerValue
trait Value
class Object
trait Matchable
class Any
Show all
case class BinaryValue(v: Array[Byte]) extends RawValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class RawValue
trait Value
class Object
trait Matchable
class Any
Show all
case class BooleanValue(v: Boolean) extends Value

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
Show all
case class DoubleValue(v: Double) extends Value

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
Show all
case class ExtensionValue(extType: Byte, v: Array[Byte]) extends Value

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
Show all
trait IntegerValue extends Value

Attributes

Supertypes
trait Value
class Object
trait Matchable
class Any
Known subtypes
case class LongValue(v: Long) extends IntegerValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait IntegerValue
trait Value
class Object
trait Matchable
class Any
Show all
case class MapValue(entries: Map[Value, Value]) extends Value

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
Show all
case object NilValue 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
NilValue.type
abstract class RawValue extends Value

Attributes

Supertypes
trait Value
class Object
trait Matchable
class Any
Known subtypes
class BinaryValue
class StringValue
case class StringValue(v: String) extends RawValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class RawValue
trait Value
class Object
trait Matchable
class Any
Show all
case class TimestampValue(v: Instant) extends Value

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
Show all