JsonReader

com.github.plokhotnyuk.jsoniter_scala.core.JsonReader
See theJsonReader companion class
object JsonReader

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JsonReader.type

Members list

Value members

Concrete methods

final def toHashCode(cs: Array[Char], len: Int): Int

Calculates hash code value string represented by sequence of characters from beginning of the provided char array up to limit position.

Calculates hash code value string represented by sequence of characters from beginning of the provided char array up to limit position.

Value parameters

cs

a char array

len

an exclusive limit

Attributes

Returns

a hash code value

Throws
java.lang.ArrayIndexOutOfBoundsException

if the length of cs is less than the provided len

java.lang.NullPointerException

if the cs is null

Concrete fields

final val bigDecimalDigitsLimit: Int

The default limit for number of decimal digits in mantissa of parsed BigDecimal values.

The default limit for number of decimal digits in mantissa of parsed BigDecimal values.

Attributes

final val bigDecimalMathContext: MathContext

The default math context used for rounding of BigDecimal values when parsing.

The default math context used for rounding of BigDecimal values when parsing.

Attributes

final val bigDecimalScaleLimit: Int

The default limit for scale of parsed BigDecimal values.

The default limit for scale of parsed BigDecimal values.

Attributes

final val bigIntDigitsLimit: Int

The maximum number of digits in BigInt values.

The maximum number of digits in BigInt values.

Attributes