Uses of Class
com.restfb.json.PrettyPrint
Packages that use PrettyPrint
-
Uses of PrettyPrint in com.restfb.json
Methods in com.restfb.json that return PrettyPrintModifier and TypeMethodDescriptionstatic 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.