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

Concise view

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
case object NilValue extends Value

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any
Self type
abstract class RawValue extends Value

Attributes

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

Attributes

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any