| Package | Description |
|---|---|
| net.sf.json |
The core of the library
|
| net.sf.json.util |
Miscelaneous utilities
|
| Modifier and Type | Method | Description |
|---|---|---|
PropertySetStrategy |
JsonConfig.getPropertySetStrategy() |
Returns the configured PropertySetStrategy.
Default value is PropertySetStrategy.DEFAULT [JSON -> Java] |
| Modifier and Type | Method | 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 | Description |
|---|---|---|
static PropertySetStrategy |
PropertySetStrategy.DEFAULT |
Copyright © 2006–2019 Json-lib. All rights reserved.