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

Members list

Concise view

Type members

Classlikes

case object ARRAY extends ValueType

Attributes

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

Attributes

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

Attributes

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

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class ValueType
class Object
trait Matchable
class Any
Self type
case object FLOAT extends ValueType

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class ValueType
class Object
trait Matchable
class Any
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