DecodingConfig

final case class DecodingConfig(readIntegersAlsoAsFloatingPoint: Boolean, readDoubleAlsoAsFloat: Boolean, maxTextStringLength: Int, maxByteStringLength: Int, maxArrayLength: Long, maxMapLength: Long, maxNestingLevels: Int) extends DecodingConfig with Config with Config
Value parameters:
maxArrayLength

the maximum array length to accept

maxByteStringLength

the maximum byte string length to accept

maxMapLength

the maximum map length to accept

maxNestingLevels

the maximum number of nesting levels to accept

maxTextStringLength

the maximum text string length to accept

readDoubleAlsoAsFloat

set to false to disable automatic conversion of Double to Float values

readIntegersAlsoAsFloatingPoint

set to false to disable automatic conversion of integer to floating point values

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

Value members

Inherited methods

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