|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertySetStrategy | |
|---|---|
| net.sf.json | The core of the library |
| net.sf.json.util | Miscelaneous utilities |
| Uses of PropertySetStrategy in net.sf.json |
|---|
| Methods in net.sf.json that return PropertySetStrategy | |
|---|---|
PropertySetStrategy |
JsonConfig.getPropertySetStrategy()
Returns the configured PropertySetStrategy. Default value is PropertySetStrategy.DEFAULT [JSON -> Java] |
| Methods in net.sf.json with parameters of type PropertySetStrategy | |
|---|---|
void |
JsonConfig.setPropertySetStrategy(PropertySetStrategy propertySetStrategy)
Sets a PropertySetStrategy to use. Will set default value (PropertySetStrategy.DEFAULT) if null. [JSON -> Java] |
| Uses of PropertySetStrategy in net.sf.json.util |
|---|
| Fields in net.sf.json.util declared as PropertySetStrategy | |
|---|---|
static PropertySetStrategy |
PropertySetStrategy.DEFAULT
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||