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 JsonBeanProcessorMatcher |
JsonConfig.DEFAULT_JSON_BEAN_PROCESSOR_MATCHER |
Modifier and Type | Method and Description |
---|---|
JsonBeanProcessorMatcher |
JsonConfig.getJsonBeanProcessorMatcher()
Returns the configured JsonBeanProcessorMatcher.
Default value is JsonBeanProcessorMatcher.DEFAULT [JSON -> Java] |
Modifier and Type | Method and Description |
---|---|
void |
JsonConfig.setJsonBeanProcessorMatcher(JsonBeanProcessorMatcher jsonBeanProcessorMatcher)
Sets a JsonBeanProcessorMatcher to use.
Will set default value (JsonBeanProcessorMatcher.DEFAULT) if null. [Java -> JSON] |
Modifier and Type | Field and Description |
---|---|
static JsonBeanProcessorMatcher |
JsonBeanProcessorMatcher.DEFAULT
Matches the target with equals()
|