Package | Description |
---|---|
com.comphenix.protocol.reflect |
Modifier and Type | Field and Description |
---|---|
static PrettyPrinter.ObjectPrinter |
PrettyPrinter.ObjectPrinter.DEFAULT |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
PrettyPrinter.printObject(java.lang.Object object,
java.lang.Class<?> start,
java.lang.Class<?> stop,
int hierachyDepth,
PrettyPrinter.ObjectPrinter printer)
Print the content of an object.
|