Package | Description |
---|---|
net.sf.json |
The core of the library
|
net.sf.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 |
Modifier and Type | Method and Description |
---|---|
void |
JsonConfig.setJsonBeanProcessorMatcher(JsonBeanProcessorMatcher jsonBeanProcessorMatcher)
Sets a JsonBeanProcessorMatcher to use.
Will set default value (JsonBeanProcessorMatcher.STRICT) if null. |
Modifier and Type | Field and Description |
---|---|
static JsonBeanProcessorMatcher |
JsonBeanProcessorMatcher.DEFAULT
Macthes the target with equals()
|
Copyright © 2006-2014 Json-lib. All Rights Reserved.