Package | Description |
---|---|
org.kordamp.json |
The core of the library
|
org.kordamp.json.util |
Miscelaneous utilities
|
Modifier and Type | Field and Description |
---|---|
static PropertyExclusionClassMatcher |
JsonConfig.DEFAULT_PROPERTY_EXCLUSION_CLASS_MATCHER |
Modifier and Type | Method and Description |
---|---|
PropertyExclusionClassMatcher |
JsonConfig.getPropertyExclusionClassMatcher()
Returns the configured PropertyExclusionClassMatcher.
Default value is PropertyExclusionClassMatcher.DEFAULT [JSON -> Java] |
Modifier and Type | Method and 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 and Description |
---|---|
static PropertyExclusionClassMatcher |
PropertyExclusionClassMatcher.DEFAULT
Matches the target with equals()
|