@UnstableApi
public final class DumpableFormat implements Dumper.Dumpable


Wraps a Format to allow dumping it.

Summary

Public constructors

DumpableFormat(Format format, int index)
DumpableFormat(Format format, String tag)

Public methods

void
dump(Dumper dumper)

Dumps the fields of the object using the dumper.

boolean
int

Public constructors

DumpableFormat

public DumpableFormat(Format format, int index)

DumpableFormat

public DumpableFormat(Format format, String tag)

Public methods

dump

public void dump(Dumper dumper)

Dumps the fields of the object using the dumper.

Parameters
Dumper dumper

The Dumper to be used to dump fields.

equals

public boolean equals(@Nullable Object o)

hashCode

public int hashCode()