EntryIterator

Iterator over map entries

Functions

Link copied to clipboard
abstract fun hasNextEntry(): Boolean

Advance to the next element. Returns false when no more elements are in the map or the document has been read completely.

Link copied to clipboard
abstract fun key(): String

Read the next key

Link copied to clipboard
abstract fun nextHasValue(): Boolean

Returns true if the next token contains a value, or false otherwise.

Inherited functions

Link copied to clipboard
abstract fun deserializeBigDecimal(): <Error class: unknown class>

Deserialize and return the next token as a BigDecimal

Link copied to clipboard
abstract fun deserializeBigInteger(): <Error class: unknown class>

Deserialize and return the next token as a BigInteger

Link copied to clipboard
abstract fun deserializeBoolean(): Boolean

Deserialize and return the next token as a Boolean

Link copied to clipboard
abstract fun deserializeByte(): Byte

Deserialize and return the next token as a Byte

Link copied to clipboard

Deserialize and return the next token as a ByteArray.

Link copied to clipboard
abstract fun deserializeDocument(): <Error class: unknown class>

Deserialize and return the next token as a Document.

Link copied to clipboard
abstract fun deserializeDouble(): Double

Deserialize and return the next token as a Double

Link copied to clipboard
abstract fun deserializeFloat(): Float

Deserialize and return the next token as a Float

Link copied to clipboard
abstract fun deserializeInstant(format: <Error class: unknown class>): <Error class: unknown class>

Deserialize and return the next token as an Instant.

Link copied to clipboard
abstract fun deserializeInt(): Int

Deserialize and return the next token as an Int

Link copied to clipboard
abstract fun deserializeLong(): Long

Deserialize and return the next token as a Long

Link copied to clipboard
abstract fun deserializeNull(): Nothing?

Consume the next token if represents a null value. Always returns null.

Link copied to clipboard
abstract fun deserializeShort(): Short

Deserialize and return the next token as a Short

Link copied to clipboard
abstract fun deserializeString(): String

Deserialize and return the next token as a String