public static interface PrettyPrinter.ObjectPrinter
Modifier and Type | Field and Description |
---|---|
static PrettyPrinter.ObjectPrinter |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
boolean |
print(java.lang.StringBuilder output,
java.lang.Object value)
Print the content of the given object.
|
static final PrettyPrinter.ObjectPrinter DEFAULT
boolean print(java.lang.StringBuilder output, java.lang.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.