Package | Description |
---|---|
org.cakelab.json |
This package contains a JSON API and a JSON/POJO codec.
|
org.cakelab.json.codec | |
org.cakelab.json.parser.basic |
Modifier and Type | Field and Description |
---|---|
static JSONParserFactory |
JSONDefaults.PARSER_FACTORY |
Modifier and Type | Field and Description |
---|---|
JSONParserFactory |
JSONCodecConfiguration.parserFactory
Defines the parser factory to be used to create instances of
JSONParser . |
Modifier and Type | Method and Description |
---|---|
JSONCodecConfiguration |
JSONCodecConfiguration.parserFactory(JSONParserFactory parserFactory) |
Constructor and Description |
---|
JSONCodecConfiguration(java.nio.charset.Charset charset,
boolean ignoreNull,
boolean ignoreMissingFields,
boolean supportClassAttribute,
JSONParserFactory parserFactory,
JSONFormatter formatter) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultParserFactory |