wvlet.airframe.msgpack.spi.Value
See theValue companion trait
object Value
Attributes
Members list
Type members
Classlikes
case class ArrayValue(elems: IndexedSeq[Value]) extends Value
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Valueclass Objecttrait Matchableclass AnyShow all
case class BigIntegerValue(v: BigInteger) extends IntegerValue
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait IntegerValuetrait Valueclass Objecttrait Matchableclass AnyShow all
case class BinaryValue(v: Array[Byte]) extends RawValue
case class BooleanValue(v: Boolean) extends Value
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Valueclass Objecttrait Matchableclass AnyShow all
case class DoubleValue(v: Double) extends Value
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Valueclass Objecttrait Matchableclass AnyShow all
case class ExtensionValue(extType: Byte, v: Array[Byte]) extends Value
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Valueclass Objecttrait Matchableclass AnyShow all
trait IntegerValue extends Value
Attributes
- Supertypes
- Known subtypes
-
class BigIntegerValueclass LongValue
case class LongValue(v: Long) extends IntegerValue
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait IntegerValuetrait Valueclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Valueclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
- Known subtypes
-
class BinaryValueclass StringValue
case class StringValue(v: String) extends RawValue
case class TimestampValue(v: Instant) extends Value
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Valueclass Objecttrait Matchableclass AnyShow all
In this article