Uses of Class
net.sf.json.util.PropertySetStrategy
-
Packages that use PropertySetStrategy Package Description net.sf.json The core of the librarynet.sf.json.util Miscelaneous utilities -
-
Uses of PropertySetStrategy in net.sf.json
Fields in net.sf.json declared as PropertySetStrategy Modifier and Type Field Description private PropertySetStrategy
JsonConfig. propertySetStrategy
private PropertySetStrategy
JSONObject.PropertySetterStrategyDecorator. strategy
Methods in net.sf.json that return PropertySetStrategy Modifier and Type Method Description PropertySetStrategy
JsonConfig. getPropertySetStrategy()
Returns the configured PropertySetStrategy.
Default value is PropertySetStrategy.DEFAULT
[JSON -> Java]Methods in net.sf.json with parameters of type PropertySetStrategy 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]Constructors in net.sf.json with parameters of type PropertySetStrategy Constructor Description PropertySetterStrategyDecorator(JSONObject.Property inner, PropertySetStrategy strategy)
-
Uses of PropertySetStrategy in net.sf.json.util
Subclasses of PropertySetStrategy in net.sf.json.util Modifier and Type Class Description private static class
PropertySetStrategy.DefaultPropertySetStrategy
Fields in net.sf.json.util declared as PropertySetStrategy Modifier and Type Field Description static PropertySetStrategy
PropertySetStrategy. DEFAULT
-