Package | Description |
---|---|
net.sf.json |
The core of the library
|
net.sf.json.processors |
Support for custom serialization
|
Modifier and Type | Field | Description |
---|---|---|
static JsonBeanProcessorMatcher |
JsonConfig.DEFAULT_JSON_BEAN_PROCESSOR_MATCHER |
Modifier and Type | Method | Description |
---|---|---|
JsonBeanProcessorMatcher |
JsonConfig.getJsonBeanProcessorMatcher() |
Returns the configured JsonBeanProcessorMatcher.
Default value is JsonBeanProcessorMatcher.DEFAULT [JSON -> Java] |
Modifier and Type | Method | 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 | Description |
---|---|---|
static JsonBeanProcessorMatcher |
JsonBeanProcessorMatcher.DEFAULT |
Matches the target with equals()
|
Copyright © 2006–2019 Json-lib. All rights reserved.