Package | Description |
---|---|
org.kordamp.json |
The core of the library
|
org.kordamp.json.processors |
Support for custom serialization
|
Modifier and Type | Field and Description |
---|---|
static DefaultValueProcessorMatcher |
JsonConfig.DEFAULT_DEFAULT_VALUE_PROCESSOR_MATCHER |
Modifier and Type | Method and Description |
---|---|
DefaultValueProcessorMatcher |
JsonConfig.getDefaultValueProcessorMatcher()
Returns the configured DefaultValueProcessorMatcher.
Default value is DefaultValueProcessorMatcher.DEFAULT [Java -> JSON] |
Modifier and Type | Method and Description |
---|---|
void |
JsonConfig.setDefaultValueProcessorMatcher(DefaultValueProcessorMatcher defaultValueProcessorMatcher)
Sets a DefaultValueProcessorMatcher to use.
Will set default value (DefaultValueProcessorMatcher.DEFAULT) if null. [Java -> JSON] |
Modifier and Type | Field and Description |
---|---|
static DefaultValueProcessorMatcher |
DefaultValueProcessorMatcher.DEFAULT
Matches the target with equals()
|