Package org.jmxtrans.agent.util.json
Class WriterConfig
java.lang.Object
org.jmxtrans.agent.util.json.WriterConfig
- Direct Known Subclasses:
PrettyPrint
public abstract class WriterConfig extends Object
Controls the formatting of the JSON output. Use one of the available constants.
-
Field Summary
Fields Modifier and Type Field Description static WriterConfigMINIMALWrite JSON in its minimal form, without any additional whitespace. -
Constructor Summary
Constructors Constructor Description WriterConfig() -
Method Summary
-
Field Details
-
MINIMAL
Write JSON in its minimal form, without any additional whitespace. This is the default.
-
-
Constructor Details
-
WriterConfig
public WriterConfig()
-