final class JsonReader extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsonReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def arrayEndError(): Nothing
- def arrayEndOrCommaError(): Nothing
- def arrayStartOrNullError(): Nothing
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def charBufToHashCode(len: Int): Int
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def commaError(): Nothing
- def decodeError(msg: String): Nothing
- def discriminatorError(): Nothing
- def discriminatorValueError(discriminatorFieldName: String): Nothing
- def duplicatedKeyError(len: Int): Nothing
- def enumValueError(len: Int): Nothing
- def enumValueError(value: String): Nothing
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def isCharBufEqualsTo(len: Int, s: String): Boolean
- def isCurrentToken(t: Byte): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNextToken(t: Byte): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nextByte(): Byte
- def nextToken(): Byte
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def objectEndOrCommaError(): Nothing
- def objectStartOrNullError(): Nothing
- def readBase16AsBytes(default: Array[Byte]): Array[Byte]
- def readBase64AsBytes(default: Array[Byte]): Array[Byte]
- def readBase64UrlAsBytes(default: Array[Byte]): Array[Byte]
- def readBigDecimal(default: BigDecimal, mc: MathContext, scaleLimit: Int, digitsLimit: Int): BigDecimal
- def readBigDecimal(default: BigDecimal): BigDecimal
- def readBigInt(default: BigInt, digitsLimit: Int): BigInt
- def readBigInt(default: BigInt): BigInt
- def readBoolean(): Boolean
- def readByte(): Byte
- def readChar(): Char
- def readDouble(): Double
- def readDuration(default: Duration): Duration
- def readFloat(): Float
- def readInstant(default: Instant): Instant
- def readInt(): Int
- def readKeyAsBigDecimal(mc: MathContext, scaleLimit: Int, digitsLimit: Int): BigDecimal
- def readKeyAsBigDecimal(): BigDecimal
- def readKeyAsBigInt(digitsLimit: Int): BigInt
- def readKeyAsBigInt(): BigInt
- def readKeyAsBoolean(): Boolean
- def readKeyAsByte(): Byte
- def readKeyAsChar(): Char
- def readKeyAsCharBuf(): Int
- def readKeyAsDouble(): Double
- def readKeyAsDuration(): Duration
- def readKeyAsFloat(): Float
- def readKeyAsInstant(): Instant
- def readKeyAsInt(): Int
- def readKeyAsLocalDate(): LocalDate
- def readKeyAsLocalDateTime(): LocalDateTime
- def readKeyAsLocalTime(): LocalTime
- def readKeyAsLong(): Long
- def readKeyAsMonthDay(): MonthDay
- def readKeyAsOffsetDateTime(): OffsetDateTime
- def readKeyAsOffsetTime(): OffsetTime
- def readKeyAsPeriod(): Period
- def readKeyAsShort(): Short
- def readKeyAsString(): String
- def readKeyAsUUID(): UUID
- def readKeyAsYear(): Year
- def readKeyAsYearMonth(): YearMonth
- def readKeyAsZoneId(): ZoneId
- def readKeyAsZoneOffset(): ZoneOffset
- def readKeyAsZonedDateTime(): ZonedDateTime
- def readLocalDate(default: LocalDate): LocalDate
- def readLocalDateTime(default: LocalDateTime): LocalDateTime
- def readLocalTime(default: LocalTime): LocalTime
- def readLong(): Long
- def readMonthDay(default: MonthDay): MonthDay
-
def
readNullOrError[A](default: A, msg: String): A
- Annotations
- @tailrec()
-
def
readNullOrTokenError[A](default: A, t: Byte): A
- Annotations
- @tailrec()
- def readOffsetDateTime(default: OffsetDateTime): OffsetDateTime
- def readOffsetTime(default: OffsetTime): OffsetTime
- def readPeriod(default: Period): Period
- def readRawValAsBytes(): Array[Byte]
- def readShort(): Short
- def readString(default: String): String
- def readStringAsBigDecimal(default: BigDecimal, mc: MathContext, scaleLimit: Int, digitsLimit: Int): BigDecimal
- def readStringAsBigDecimal(default: BigDecimal): BigDecimal
- def readStringAsBigInt(default: BigInt, digitsLimit: Int): BigInt
- def readStringAsBigInt(default: BigInt): BigInt
- def readStringAsBoolean(): Boolean
- def readStringAsByte(): Byte
- def readStringAsCharBuf(): Int
- def readStringAsDouble(): Double
- def readStringAsFloat(): Float
- def readStringAsInt(): Int
- def readStringAsLong(): Long
- def readStringAsShort(): Short
- def readUUID(default: UUID): UUID
- def readYear(default: Year): Year
- def readYearMonth(default: YearMonth): YearMonth
- def readZoneId(default: ZoneId): ZoneId
- def readZoneOffset(default: ZoneOffset): ZoneOffset
- def readZonedDateTime(default: ZonedDateTime): ZonedDateTime
- def requiredFieldError(reqField: String): Nothing
- def rollbackToMark(): Unit
- def rollbackToken(): Unit
- def setMark(): Unit
- def skip(): Unit
-
def
skipToKey(key: String): Boolean
- Annotations
- @tailrec()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unexpectedKeyError(len: Int): Nothing
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated