public final class Dumper extends Object
| Constructor and Description |
|---|
Dumper() |
Dumper(OutputStream out) |
Dumper(PrintWriter pw) |
| Modifier and Type | Method and Description |
|---|---|
Dumper |
dump(Iterable<?> iterable) |
Dumper |
dump(Map<?,?> map) |
Dumper |
dump(Object o) |
Dumper |
dump(Object[] array) |
String |
getIndentString() |
Dumper |
indent() |
Dumper |
pop() |
Dumper |
print(Object o) |
Dumper |
printf(String format,
Object... values) |
Dumper |
printfln(String format,
Object... values) |
Dumper |
println() |
Dumper |
println(Object o) |
Dumper |
push() |
String |
toString() |
static String |
toString(Object obj)
Convert a dumpable object to a string.
|
Dumper |
undent() |
public Dumper()
public Dumper(OutputStream out)
public Dumper(PrintWriter pw)
Copyright © 2015. All Rights Reserved.