| Interface | Description |
|---|---|
| ConfigParser |
Config parser wrapper to allow multiple library implementations to be used.
|
| DefaultConfigParser.ParserSupplier |
| Class | Description |
|---|---|
| AudienceGsonDeserializer | |
| AudienceJacksonDeserializer | |
| ConditionJacksonDeserializer | |
| DatafileGsonDeserializer |
GSON
DatafileProjectConfig deserializer to allow the constructor to be used. |
| DefaultConfigParser |
Factory for generating
ConfigParser instances, based on the json parser available on the classpath. |
| FeatureFlagGsonDeserializer | |
| GroupGsonDeserializer | |
| GsonConfigParser |
Gson-based config parser implementation. |
| JacksonConfigParser |
Jackson-based config parser implementation. |
| JsonConfigParser |
org.json-based config parser implementation. |
| JsonSimpleConfigParser |
json-simple-based config parser implementation. |
| TypedAudienceJacksonDeserializer |
| Enum | Description |
|---|---|
| DefaultConfigParser.ConfigParserSupplier |
| Exception | Description |
|---|---|
| ConfigParseException |
Wrapper around all types of JSON parser exceptions.
|
| JsonParseException | |
| MissingJsonParserException |
Exception thrown when no supported JSON parser is found.
|