ValueType

wvlet.airframe.msgpack.spi.ValueType$
See theValueType companion class
object ValueType

Representation of MessagePack value types.

Attributes

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

Members list

Type members

Classlikes

case object ARRAY extends ValueType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class ValueType
class Object
trait Matchable
class Any
Show all
Self type
ARRAY.type
case object BINARY extends ValueType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class ValueType
class Object
trait Matchable
class Any
Show all
Self type
BINARY.type
case object BOOLEAN extends ValueType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class ValueType
class Object
trait Matchable
class Any
Show all
Self type
BOOLEAN.type
case object EXTENSION extends ValueType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class ValueType
class Object
trait Matchable
class Any
Show all
Self type
EXTENSION.type
case object FLOAT extends ValueType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class ValueType
class Object
trait Matchable
class Any
Show all
Self type
FLOAT.type
case object INTEGER extends ValueType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class ValueType
class Object
trait Matchable
class Any
Show all
Self type
INTEGER.type
case object MAP extends ValueType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class ValueType
class Object
trait Matchable
class Any
Show all
Self type
MAP.type
case object NIL extends ValueType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class ValueType
class Object
trait Matchable
class Any
Show all
Self type
NIL.type
case object STRING extends ValueType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class ValueType
class Object
trait Matchable
class Any
Show all
Self type
STRING.type

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