BigIntegerValue

wvlet.airframe.msgpack.spi.Value.BigIntegerValue
case class BigIntegerValue(v: BigInteger) extends IntegerValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait IntegerValue
trait Value
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def asBigInteger: BigInteger
def asByte: Byte
def asInt: Int
def asLong: Long
def asShort: Short
def isValidByte: Boolean
def isValidInt: Boolean
def isValidLong: Boolean
def isValidShort: Boolean
override def toJson: String

Attributes

Definition Classes
override def writeTo(packer: Packer): Unit

Write the value to target Packer

Write the value to target Packer

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
IntegerValue
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
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
override def valueType: ValueType

Attributes

Definition Classes
Inherited from:
IntegerValue