Uses of Class
net.sf.json.util.PropertySetStrategy
Packages that use PropertySetStrategy
-
Uses of PropertySetStrategy in net.sf.json
Fields in net.sf.json declared as PropertySetStrategyModifier and TypeFieldDescriptionprivate PropertySetStrategy
JsonConfig.propertySetStrategy
private final PropertySetStrategy
JSONObject.PropertySetterStrategyDecorator.strategy
Methods in net.sf.json that return PropertySetStrategyModifier and TypeMethodDescriptionJsonConfig.getPropertySetStrategy()
Returns the configured PropertySetStrategy.
Default value is PropertySetStrategy.DEFAULT
[JSON -> Java]Methods in net.sf.json with parameters of type PropertySetStrategyModifier and TypeMethodDescriptionvoid
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 PropertySetStrategyModifierConstructorDescriptionprivate
PropertySetterStrategyDecorator
(JSONObject.Property inner, PropertySetStrategy strategy) -
Uses of PropertySetStrategy in net.sf.json.util
Subclasses of PropertySetStrategy in net.sf.json.utilModifier and TypeClassDescriptionprivate static final class
Fields in net.sf.json.util declared as PropertySetStrategy