Uses of Class
io.github.jopenlibs.vault.json.WriterConfig
Packages that use WriterConfig
Package
Description
Intended for internal use by other classes within the Vault driver library.
-
Uses of WriterConfig in io.github.jopenlibs.vault.json
Subclasses of WriterConfig in io.github.jopenlibs.vault.jsonModifier and TypeClassDescriptionclassEnables human readable JSON output by inserting whitespace between values.after commas and colons.Fields in io.github.jopenlibs.vault.json declared as WriterConfigModifier and TypeFieldDescriptionstatic final WriterConfigWriterConfig.MINIMALWrite JSON in its minimal form, without any additional whitespace.static WriterConfigWriterConfig.PRETTY_PRINTWrite JSON in pretty-print, with each value on a separate line and an indentation of two spaces.Methods in io.github.jopenlibs.vault.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.