Uses of Class
com.espertech.esper.common.client.json.minimaljson.PrettyPrint
Package
Description
JSON event object interface and event sender.
-
Uses of PrettyPrint in com.espertech.esper.common.client.json.minimaljson
Modifier and TypeMethodDescriptionstatic PrettyPrint
PrettyPrint.indentWithSpaces
(int number) Print every value on a separate line.static PrettyPrint
PrettyPrint.indentWithTabs()
Do not break lines, but still insert whitespace between values.static PrettyPrint
PrettyPrint.singleLine()
Print every value on a separate line.