Uses of Class
org.cakelab.json.codec.JSONCodecConfiguration
-
Packages that use JSONCodecConfiguration Package Description org.cakelab.json This package contains a JSON API and a JSON/POJO codec.org.cakelab.json.codec -
-
Uses of JSONCodecConfiguration in org.cakelab.json
Fields in org.cakelab.json declared as JSONCodecConfiguration Modifier and Type Field Description static JSONCodecConfiguration
JSONDefaults. CODEC_CONFIG
-
Uses of JSONCodecConfiguration in org.cakelab.json.codec
Fields in org.cakelab.json.codec declared as JSONCodecConfiguration Modifier and Type Field Description protected JSONCodecConfiguration
JSONModeller. cfg
Methods in org.cakelab.json.codec that return JSONCodecConfiguration Modifier and Type Method Description JSONCodecConfiguration
JSONCodecConfiguration. charset(java.nio.charset.Charset charset)
JSONCodecConfiguration
JSONCodecConfiguration. formatter(JSONFormatter formatter)
JSONCodecConfiguration
JSONCodecConfiguration. ignoreMissingFields(boolean ignoreMissingFields)
JSONCodecConfiguration
JSONCodecConfiguration. ignoreNull(boolean ignoreNull)
JSONCodecConfiguration
JSONCodecConfiguration. mapping(JSONMapping<?,?> mapping)
JSONCodecConfiguration
JSONCodecConfiguration. mapping(JSONMappingMap mapping)
JSONCodecConfiguration
JSONCodecConfiguration. parserFactory(JSONParserFactory parserFactory)
JSONCodecConfiguration
JSONCodecConfiguration. supportClassAttribute(boolean supportClassAttribute)
Constructors in org.cakelab.json.codec with parameters of type JSONCodecConfiguration Constructor Description JSONCodec(JSONCodecConfiguration cfg)
Constructor using a specific configuration.JSONCodecConfiguration(JSONCodecConfiguration that)
JSONModeller(JSONCodecConfiguration cfg)
-