Uses of Class
com.restfb.json.PrettyPrint
-
Packages that use PrettyPrint Package Description com.restfb.json Repackaging of the minimal-json implementation. -
-
Uses of PrettyPrint in com.restfb.json
Methods in com.restfb.json that return PrettyPrint Modifier and Type Method Description static 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.
-