CapturedFieldInput

halotukozak.mcodec.CapturedFieldInput
final class CapturedFieldInput(val fieldName: String, value: CapturedValue) extends CapturedInput, FieldInput

Attributes

Source
Replay.scala
Graph
Supertypes
trait FieldInput
trait SimpleInput
trait Input
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Non-consuming probe of the next value's kind. Default backends that cannot peek throw; backends used for flat-sum/@outOfOrder capture (JSON, CBOR) override it.

Non-consuming probe of the next value's kind. Default backends that cannot peek throw; backends used for flat-sum/@outOfOrder capture (JSON, CBOR) override it.

Attributes

Inherited from:
Input
Source
Input.scala
def readBigDecimal(): BigDecimal

Attributes

Inherited from:
CapturedInput
Source
Replay.scala
def readBigInt(): BigInt

Attributes

Inherited from:
CapturedInput
Source
Replay.scala
def readBinary(): Array[Byte]

Attributes

Inherited from:
SimpleInput
Source
Input.scala
def readBoolean(): Boolean

Attributes

Inherited from:
CapturedInput
Source
Replay.scala
def readByte(): Byte

Attributes

Inherited from:
SimpleInput
Source
Input.scala
def readChar(): Char

Attributes

Inherited from:
SimpleInput
Source
Input.scala
def readDouble(): Double

Attributes

Inherited from:
CapturedInput
Source
Replay.scala
def readFloat(): Float

Attributes

Inherited from:
SimpleInput
Source
Input.scala
def readInt(): Int

Attributes

Inherited from:
CapturedInput
Source
Replay.scala

Attributes

Inherited from:
CapturedInput
Source
Replay.scala
def readLong(): Long

Attributes

Inherited from:
CapturedInput
Source
Replay.scala
def readNull(): Boolean

Returns true (and consumes the value) if it is null, otherwise returns false and leaves the cursor.

Returns true (and consumes the value) if it is null, otherwise returns false and leaves the cursor.

Attributes

Inherited from:
CapturedInput
Source
Replay.scala

Attributes

Inherited from:
CapturedInput
Source
Replay.scala
def readShort(): Short

Attributes

Inherited from:
SimpleInput
Source
Input.scala
final def readSimple(): SimpleInput

Attributes

Inherited from:
InputAndSimpleInput
Source
Input.scala
def readString(): String

Attributes

Inherited from:
CapturedInput
Source
Replay.scala
def readTimestamp(): Long

Attributes

Inherited from:
SimpleInput
Source
Input.scala
def skip(): Unit

Attributes

Inherited from:
CapturedInput
Source
Replay.scala
final def skipValue(): Unit

Attributes

Inherited from:
Input
Source
Input.scala

Concrete fields

val fieldName: String

Attributes

Source
Replay.scala