Uses of Class
org.jmxtrans.agent.util.json.WriterConfig
| Package | Description |
|---|---|
| org.jmxtrans.agent.util.json |
-
Uses of WriterConfig in org.jmxtrans.agent.util.json
Subclasses of WriterConfig in org.jmxtrans.agent.util.json Modifier and Type Class Description classPrettyPrintEnables human readable JSON output by inserting whitespace between values.after commas and colons.Fields in org.jmxtrans.agent.util.json declared as WriterConfig Modifier and Type Field Description static WriterConfigWriterConfig. MINIMALWrite JSON in its minimal form, without any additional whitespace.Methods in org.jmxtrans.agent.util.json with parameters of type WriterConfig Modifier and Type Method Description StringJsonValue. 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.