T - the type of object to be dumpedpublic interface Dumper<T>
| Modifier and Type | Method and Description |
|---|---|
String |
dump(T object)
Dumps the information related to an object of type T.
|
default void |
printDump(T object)
Prints the dumped information of an object.
|
String dump(T object)
object - the object to be dumpeddefault void printDump(T object)
object - the object to be dumpedCopyright © 2024. All rights reserved.