Uses of Interface
org.cakelab.json.format.JSONFormatter
-
Packages that use JSONFormatter Package Description org.cakelab.json This package contains a JSON API and a JSON/POJO codec.org.cakelab.json.codec org.cakelab.json.format -
-
Uses of JSONFormatter in org.cakelab.json
Fields in org.cakelab.json declared as JSONFormatter Modifier and Type Field Description static JSONFormatter
JSONDefaults. FORMATTER
Methods in org.cakelab.json with parameters of type JSONFormatter Modifier and Type Method Description java.lang.String
JSONArray. toString(JSONFormatter formatter)
java.lang.String
JSONCompoundType. toString(JSONFormatter formatter)
java.lang.String
JSONObject. toString(JSONFormatter formatter)
-
Uses of JSONFormatter in org.cakelab.json.codec
Fields in org.cakelab.json.codec declared as JSONFormatter Modifier and Type Field Description JSONFormatter
JSONCodecConfiguration. formatter
Defines the defaultJSONFormatter
used to render JSON strings.Methods in org.cakelab.json.codec with parameters of type JSONFormatter Modifier and Type Method Description JSONCodecConfiguration
JSONCodecConfiguration. formatter(JSONFormatter formatter)
Constructors in org.cakelab.json.codec with parameters of type JSONFormatter Constructor Description JSONCodecConfiguration(java.nio.charset.Charset charset, boolean ignoreNull, boolean ignoreMissingFields, boolean supportClassAttribute, JSONParserFactory parserFactory, JSONFormatter formatter, JSONMappingMap mapping)
-
Uses of JSONFormatter in org.cakelab.json.format
Classes in org.cakelab.json.format that implement JSONFormatter Modifier and Type Class Description class
JSONFormatterBase<T extends java.io.PrintStream>
class
JSONFormatterCompact
Formatter which outputs the most compact string representationclass
JSONFormatterPrettyprint
Formatter which creates pretty printed string output
-