@UnstableApi
class Dumper


Helper utility to dump field values.

Summary

Nested types

interface Dumper.Dumpable

Provides custom dump method.

Public constructors

Public constructors

Dumper

Dumper()

Public functions

add

@CanIgnoreReturnValue
fun add(field: String!, value: Any?): Dumper!

add

@CanIgnoreReturnValue
fun add(field: String!, value: ByteArray?): Dumper!

addTime

@CanIgnoreReturnValue
fun addTime(field: String!, time: Long): Dumper!

endBlock

@CanIgnoreReturnValue
fun endBlock(): Dumper!

startBlock

@CanIgnoreReturnValue
fun startBlock(name: String!): Dumper!

toString

fun toString(): String!