public static interface PrettyPrinter.ObjectPrinter
| Modifier and Type | Field and Description |
|---|---|
static PrettyPrinter.ObjectPrinter |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
boolean |
print(StringBuilder output,
Object value)
Print the content of the given object.
|
static final PrettyPrinter.ObjectPrinter DEFAULT
boolean print(StringBuilder output, Object value)
Return FALSE in order for let the default printer take over.
output - - where to print the output.value - - the value to print, may be NULL.Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.