bigDecimalCodec

halotukozak.mcodec.StdCodecs.bigDecimalCodec
object bigDecimalCodec extends SimpleCodec[BigDecimal]

Attributes

Source
StdCodecs.scala
Graph
Supertypes
trait SimpleCodec[BigDecimal]
trait NullSafeCodec[BigDecimal]
trait MCodec[BigDecimal]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def readSimple(in: SimpleInput): BigDecimal

Attributes

Source
StdCodecs.scala
def writeSimple(out: SimpleOutput, v: BigDecimal): Unit

Attributes

Source
StdCodecs.scala

Inherited methods

final def nullable: MCodec[BigDecimal | Null]

Attributes

Inherited from:
MCodec
Source
MCodec.scala
final def read(input: Input): BigDecimal

Attributes

Inherited from:
NullSafeCodec
Source
BaseCodecs.scala
final def readNonNull(input: Input): BigDecimal

Attributes

Inherited from:
SimpleCodec
Source
BaseCodecs.scala
final inline def transform[U](inline onWrite: U => BigDecimal, inline onRead: BigDecimal => U): MCodec[U]

Attributes

Inherited from:
MCodec
Source
MCodec.scala
final def transformed[U](onRead: BigDecimal => U)(onWrite: U => BigDecimal): MCodec[U]

Attributes

Inherited from:
MCodec
Source
MCodec.scala
final def write(output: Output, value: BigDecimal): Unit

Attributes

Inherited from:
NullSafeCodec
Source
BaseCodecs.scala
final def writeNonNull(output: Output, value: BigDecimal): Unit

Attributes

Inherited from:
SimpleCodec
Source
BaseCodecs.scala