DecimalVal

sealed abstract case class DecimalVal extends AmqpFieldValue

A type for precise decimal values. Note that while it is backed by a BigDecimal (just like the underlying Java library), there is a limit on the size and precision of the decimal: its unscaled representation cannot exceed 4 bytes due to the AMQP spec and its scale component must be an octet.

A type for precise decimal values. Note that while it is backed by a BigDecimal (just like the underlying Java library), there is a limit on the size and precision of the decimal: its unscaled representation cannot exceed 4 bytes due to the AMQP spec and its scale component must be an octet.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toValueWriterCompatibleJava: BigDecimal
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product