Uses of Class
org.jmxtrans.agent.util.json.PrettyPrint
| Package | Description |
|---|---|
| org.jmxtrans.agent.util.json |
-
Uses of PrettyPrint in org.jmxtrans.agent.util.json
Methods in org.jmxtrans.agent.util.json that return PrettyPrint Modifier and Type Method Description static PrettyPrintPrettyPrint. indentWithSpaces(int number)Print every value on a separate line.static PrettyPrintPrettyPrint. indentWithTabs()Do not break lines, but still insert whitespace between values.static PrettyPrintPrettyPrint. singleLine()Print every value on a separate line.