Package | Description |
---|---|
net.sf.json |
The core of the library
|
net.sf.json.util |
Miscelaneous utilities
|
Modifier and Type | Field | Description |
---|---|---|
static PropertyExclusionClassMatcher |
JsonConfig.DEFAULT_PROPERTY_EXCLUSION_CLASS_MATCHER |
Modifier and Type | Method | Description |
---|---|---|
PropertyExclusionClassMatcher |
JsonConfig.getPropertyExclusionClassMatcher() |
Returns the configured PropertyExclusionClassMatcher.
Default value is PropertyExclusionClassMatcher.DEFAULT [JSON -> Java] |
Modifier and Type | Method | Description |
---|---|---|
void |
JsonConfig.setPropertyExclusionClassMatcher(PropertyExclusionClassMatcher propertyExclusionClassMatcher) |
Sets a PropertyExclusionClassMatcher to use.
Will set default value (PropertyExclusionClassMatcher.DEFAULT) if null. [Java -> JSON] |
Modifier and Type | Field | Description |
---|---|---|
static PropertyExclusionClassMatcher |
PropertyExclusionClassMatcher.DEFAULT |
Matches the target with equals()
|
Copyright © 2006–2019 Json-lib. All rights reserved.