public final class Dumper extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
Dumper.Dumpable |
Provides custom dump method.
|
| Constructor | Description |
|---|---|
Dumper() |
| Modifier and Type | Method | Description |
|---|---|---|
Dumper |
add(Dumper.Dumpable object) |
|
Dumper |
add(String field,
byte[] value) |
|
Dumper |
add(String field,
Object value) |
|
Dumper |
addTime(String field,
long time) |
|
Dumper |
endBlock() |
|
Dumper |
startBlock(String name) |
|
String |
toString() |
public Dumper add(Dumper.Dumpable object)
public Dumper endBlock()