Uses of Class
org.cakelab.json.format.JSONFormatterConfiguration
-
Packages that use JSONFormatterConfiguration Package Description org.cakelab.json This package contains a JSON API and a JSON/POJO codec.org.cakelab.json.format -
-
Uses of JSONFormatterConfiguration in org.cakelab.json
Fields in org.cakelab.json declared as JSONFormatterConfiguration Modifier and Type Field Description static JSONFormatterConfiguration
JSONDefaults. FORMATTER_CONFIG
-
Uses of JSONFormatterConfiguration in org.cakelab.json.format
Fields in org.cakelab.json.format declared as JSONFormatterConfiguration Modifier and Type Field Description protected JSONFormatterConfiguration
JSONFormatterBase. cfg
Methods in org.cakelab.json.format that return JSONFormatterConfiguration Modifier and Type Method Description JSONFormatterConfiguration
JSONFormatterConfiguration. charset(java.nio.charset.Charset charset)
JSONFormatterConfiguration
JSONFormatter. getConfiguration()
JSONFormatterConfiguration
JSONFormatterBase. getConfiguration()
JSONFormatterConfiguration
JSONFormatterConfiguration. ignoreNull(boolean ignoreNull)
JSONFormatterConfiguration
JSONFormatterConfiguration. sortMembers(boolean sortMembers)
JSONFormatterConfiguration
JSONFormatterConfiguration. unicodeValues(boolean unicodeValues)
Constructors in org.cakelab.json.format with parameters of type JSONFormatterConfiguration Constructor Description JSONFormatterBase(JSONFormatterConfiguration cfg)
JSONFormatterCompact(JSONFormatterConfiguration cfg)
JSONFormatterConfiguration(JSONFormatterConfiguration that)
JSONFormatterPrettyprint(JSONFormatterConfiguration format)
-