ValueType

wvlet.airframe.msgpack.spi.ValueType
See theValueType companion object
sealed abstract class ValueType(val isNumber: Boolean, val isRaw: Boolean)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ARRAY.type
object BINARY.type
object BOOLEAN.type
object EXTENSION.type
object FLOAT.type
object INTEGER.type
object MAP.type
object NIL.type
object STRING.type
Show all

Members list

Value members

Concrete methods

def name: String

Concrete fields

val isNumber: Boolean
val isRaw: Boolean