Uses of Interface
com.restfb.json.WriterConfig
Packages that use WriterConfig
-
Uses of WriterConfig in com.restfb.json
Classes in com.restfb.json that implement WriterConfigModifier and TypeClassDescriptionclassEnables human readable JSON output by inserting whitespace between values.after commas and colons.Fields in com.restfb.json declared as WriterConfigModifier and TypeFieldDescriptionstatic final WriterConfigWriterConfig.MINIMALWrite JSON in its minimal form, without any additional whitespace.static final WriterConfigWriterConfig.UNICODEWrite JSON in its minimal form, but escape almost all unicode signs; umlauts, smileys and more are escapedMethods in com.restfb.json with parameters of type WriterConfigModifier and TypeMethodDescriptionJsonValue.toString(WriterConfig config) Returns the JSON string for this value using the given formatting.voidJsonValue.writeTo(Writer writer, WriterConfig config) Writes the JSON representation of this value to the given writer using the given formatting.