Uses of Class
com.espertech.esper.common.client.json.minimaljson.WriterConfig
Packages that use 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
Subclasses of WriterConfig in com.espertech.esper.common.client.json.minimaljsonModifier and TypeClassDescriptionclass
Enables human readable JSON output by inserting whitespace between values.after commas and colons.Fields in com.espertech.esper.common.client.json.minimaljson declared as WriterConfigModifier 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.Methods in com.espertech.esper.common.client.json.minimaljson with parameters of type WriterConfigModifier 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
Methods in com.espertech.esper.common.client.json.util with parameters of type WriterConfigModifier 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.