BigDecimalParseSettings

final case class BigDecimalParseSettings(mathContext: MathContext, scaleLimit: Int, digitsLimit: Int)

Parse settings for BigDecimals. Defines limits that will be used when parsing the BigDecimals, like how many digits are accepted.

Value Params
digitsLimit

how many digits are accepted, also related to the math context used.

mathContext

the MathContext used when parsing.

scaleLimit

limit the scale, and it is related to the math context used.

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

Value members

Inherited methods

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