Packages

final class JsonReader extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonReader
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def arrayEndError(): Nothing
  5. def arrayEndOrCommaError(): Nothing
  6. def arrayStartOrNullError(): Nothing
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def charBufToHashCode(len: Int): Int
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. def commaError(): Nothing
  11. def decodeError(msg: String): Nothing
  12. def discriminatorError(): Nothing
  13. def discriminatorValueError(discriminatorFieldName: String): Nothing
  14. def duplicatedKeyError(len: Int): Nothing
  15. def enumValueError(len: Int): Nothing
  16. def enumValueError(value: String): Nothing
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def isCharBufEqualsTo(len: Int, s: String): Boolean
  22. def isCurrentToken(t: Byte): Boolean
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isNextToken(t: Byte): Boolean
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def nextByte(): Byte
  27. def nextToken(): Byte
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def objectEndOrCommaError(): Nothing
  31. def objectStartOrNullError(): Nothing
  32. def readBase16AsBytes(default: Array[Byte]): Array[Byte]
  33. def readBase64AsBytes(default: Array[Byte]): Array[Byte]
  34. def readBase64UrlAsBytes(default: Array[Byte]): Array[Byte]
  35. def readBigDecimal(default: BigDecimal, mc: MathContext, scaleLimit: Int, digitsLimit: Int): BigDecimal
  36. def readBigDecimal(default: BigDecimal): BigDecimal
  37. def readBigInt(default: BigInt, digitsLimit: Int): BigInt
  38. def readBigInt(default: BigInt): BigInt
  39. def readBoolean(): Boolean
  40. def readByte(): Byte
  41. def readChar(): Char
  42. def readDouble(): Double
  43. def readDuration(default: Duration): Duration
  44. def readFloat(): Float
  45. def readInstant(default: Instant): Instant
  46. def readInt(): Int
  47. def readKeyAsBigDecimal(mc: MathContext, scaleLimit: Int, digitsLimit: Int): BigDecimal
  48. def readKeyAsBigDecimal(): BigDecimal
  49. def readKeyAsBigInt(digitsLimit: Int): BigInt
  50. def readKeyAsBigInt(): BigInt
  51. def readKeyAsBoolean(): Boolean
  52. def readKeyAsByte(): Byte
  53. def readKeyAsChar(): Char
  54. def readKeyAsCharBuf(): Int
  55. def readKeyAsDouble(): Double
  56. def readKeyAsDuration(): Duration
  57. def readKeyAsFloat(): Float
  58. def readKeyAsInstant(): Instant
  59. def readKeyAsInt(): Int
  60. def readKeyAsLocalDate(): LocalDate
  61. def readKeyAsLocalDateTime(): LocalDateTime
  62. def readKeyAsLocalTime(): LocalTime
  63. def readKeyAsLong(): Long
  64. def readKeyAsMonthDay(): MonthDay
  65. def readKeyAsOffsetDateTime(): OffsetDateTime
  66. def readKeyAsOffsetTime(): OffsetTime
  67. def readKeyAsPeriod(): Period
  68. def readKeyAsShort(): Short
  69. def readKeyAsString(): String
  70. def readKeyAsUUID(): UUID
  71. def readKeyAsYear(): Year
  72. def readKeyAsYearMonth(): YearMonth
  73. def readKeyAsZoneId(): ZoneId
  74. def readKeyAsZoneOffset(): ZoneOffset
  75. def readKeyAsZonedDateTime(): ZonedDateTime
  76. def readLocalDate(default: LocalDate): LocalDate
  77. def readLocalDateTime(default: LocalDateTime): LocalDateTime
  78. def readLocalTime(default: LocalTime): LocalTime
  79. def readLong(): Long
  80. def readMonthDay(default: MonthDay): MonthDay
  81. def readNullOrError[A](default: A, msg: String): A
    Annotations
    @tailrec()
  82. def readNullOrTokenError[A](default: A, t: Byte): A
    Annotations
    @tailrec()
  83. def readOffsetDateTime(default: OffsetDateTime): OffsetDateTime
  84. def readOffsetTime(default: OffsetTime): OffsetTime
  85. def readPeriod(default: Period): Period
  86. def readRawValAsBytes(): Array[Byte]
  87. def readShort(): Short
  88. def readString(default: String): String
  89. def readStringAsBigDecimal(default: BigDecimal, mc: MathContext, scaleLimit: Int, digitsLimit: Int): BigDecimal
  90. def readStringAsBigDecimal(default: BigDecimal): BigDecimal
  91. def readStringAsBigInt(default: BigInt, digitsLimit: Int): BigInt
  92. def readStringAsBigInt(default: BigInt): BigInt
  93. def readStringAsBoolean(): Boolean
  94. def readStringAsByte(): Byte
  95. def readStringAsCharBuf(): Int
  96. def readStringAsDouble(): Double
  97. def readStringAsFloat(): Float
  98. def readStringAsInt(): Int
  99. def readStringAsLong(): Long
  100. def readStringAsShort(): Short
  101. def readUUID(default: UUID): UUID
  102. def readYear(default: Year): Year
  103. def readYearMonth(default: YearMonth): YearMonth
  104. def readZoneId(default: ZoneId): ZoneId
  105. def readZoneOffset(default: ZoneOffset): ZoneOffset
  106. def readZonedDateTime(default: ZonedDateTime): ZonedDateTime
  107. def requiredFieldError(reqField: String): Nothing
  108. def rollbackToMark(): Unit
  109. def rollbackToken(): Unit
  110. def setMark(): Unit
  111. def skip(): Unit
  112. def skipToKey(key: String): Boolean
    Annotations
    @tailrec()
  113. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  114. def toString(): String
    Definition Classes
    AnyRef → Any
  115. def unexpectedKeyError(len: Int): Nothing
  116. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  117. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  118. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped