@UnstableApi
class DumpableFormat : Dumper.Dumpable


Wraps a Format to allow dumping it.

Summary

Public constructors

DumpableFormat(format: Format!, index: Int)
DumpableFormat(format: Format!, tag: String!)

Public functions

Unit
dump(dumper: Dumper!)

Dumps the fields of the object using the dumper.

Boolean
equals(o: Any?)
Int

Public constructors

DumpableFormat

DumpableFormat(format: Format!, index: Int)

DumpableFormat

DumpableFormat(format: Format!, tag: String!)

Public functions

dump

fun dump(dumper: Dumper!): Unit

Dumps the fields of the object using the dumper.

Parameters
dumper: Dumper!

The Dumper to be used to dump fields.

equals

fun equals(o: Any?): Boolean

hashCode

fun hashCode(): Int