Package | Description |
---|---|
org.kordamp.json |
The core of the library
|
org.kordamp.json.util |
Miscelaneous utilities
|
Modifier and Type | Method and Description |
---|---|
PropertySetStrategy |
JsonConfig.getPropertySetStrategy()
Returns the configured PropertySetStrategy.
Default value is PropertySetStrategy.DEFAULT [JSON -> Java] |
Modifier and Type | Method and Description |
---|---|
void |
JsonConfig.setPropertySetStrategy(PropertySetStrategy propertySetStrategy)
Sets a PropertySetStrategy to use.
Will set default value (PropertySetStrategy.DEFAULT) if null. [JSON -> Java] |
Modifier and Type | Field and Description |
---|---|
static PropertySetStrategy |
PropertySetStrategy.DEFAULT |