Uses of Class
com.espertech.esper.common.client.json.minimaljson.WriterConfig
Package
Description
JSON event object interface and event sender.
JSON event object interface and event sender.
-
Uses of WriterConfig in com.espertech.esper.common.client.json.minimaljson
Modifier and TypeClassDescriptionclass
Enables human readable JSON output by inserting whitespace between values.after commas and colons.Modifier and TypeFieldDescriptionstatic final WriterConfig
WriterConfig.MINIMAL
Write JSON in its minimal form, without any additional whitespace.static final WriterConfig
WriterConfig.PRETTY_PRINT
Write JSON in pretty-print, with each value on a separate line and an indentation of two spaces.Modifier and TypeMethodDescriptionJsonValue.toString
(WriterConfig config) Returns the JSON string for this value using the given formatting.void
JsonValue.writeTo
(Writer writer, WriterConfig config) Writes the JSON representation of this value to the given writer using the given formatting. -
Uses of WriterConfig in com.espertech.esper.common.client.json.util
Modifier and TypeMethodDescriptionJsonEventObject.toString
(WriterConfig config) Returns the JSON string given a writer configurationvoid
JsonEventObject.writeTo
(Writer writer, WriterConfig config) Write JSON to the provided writer and using the provided configuration.