Package | Description |
---|---|
org.cakelab.json |
This package contains a JSON API and a JSON/POJO codec.
|
org.cakelab.json.codec |
Modifier and Type | Field and Description |
---|---|
static JSONCodecConfiguration |
JSONDefaults.CODEC_CONFIG |
Modifier and Type | Field and Description |
---|---|
protected JSONCodecConfiguration |
JSONModeller.cfg |
Modifier and Type | Method and 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.parserFactory(JSONParserFactory parserFactory) |
JSONCodecConfiguration |
JSONCodecConfiguration.supportClassAttribute(boolean supportClassAttribute) |
Constructor and Description |
---|
JSONCodec(JSONCodecConfiguration cfg)
Constructor using a specific configuration.
|
JSONCodecConfiguration(JSONCodecConfiguration that) |
JSONModeller(JSONCodecConfiguration cfg) |