IntegerValue

wvlet.airframe.msgpack.spi.Value.IntegerValue
trait IntegerValue extends Value

Attributes

Graph
Supertypes
trait Value
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def isValidByte: Boolean
def isValidInt: Boolean
def isValidLong: Boolean
def isValidShort: Boolean

Concrete methods

override def valueType: ValueType

Attributes

Definition Classes

Inherited methods

def toJson: String

Attributes

Inherited from:
Value
def toMsgpack: Array[Byte]

Attributes

Inherited from:
Value
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Value -> Any
Inherited from:
Value
def toUnquotedString: String

Unlike toJson, toUnquotedString does not quote string/timestamp values.

Unlike toJson, toUnquotedString does not quote string/timestamp values.

Attributes

Inherited from:
Value
def writeTo(packer: Packer): Unit

Write the value to target Packer

Write the value to target Packer

Attributes

Inherited from:
Value