Uses of Class
org.kordamp.json.util.PropertySetStrategy
Packages that use PropertySetStrategy
Package
Description
The core of the library
Miscelaneous utilities
-
Uses of PropertySetStrategy in org.kordamp.json
Fields in org.kordamp.json declared as PropertySetStrategyModifier and TypeFieldDescriptionprivate PropertySetStrategyJsonConfig.propertySetStrategyprivate final PropertySetStrategyJSONObject.PropertySetterStrategyDecorator.strategyMethods in org.kordamp.json that return PropertySetStrategyModifier and TypeMethodDescriptionJsonConfig.getPropertySetStrategy()Returns the configured PropertySetStrategy.
Default value is PropertySetStrategy.DEFAULT
[JSON -> Java]Methods in org.kordamp.json with parameters of type PropertySetStrategyModifier and TypeMethodDescriptionvoidJsonConfig.setPropertySetStrategy(PropertySetStrategy propertySetStrategy) Sets a PropertySetStrategy to use.
Will set default value (PropertySetStrategy.DEFAULT) if null.
[JSON -> Java]Constructors in org.kordamp.json with parameters of type PropertySetStrategyModifierConstructorDescriptionprivatePropertySetterStrategyDecorator(JSONObject.Property inner, PropertySetStrategy strategy) -
Uses of PropertySetStrategy in org.kordamp.json.util
Subclasses of PropertySetStrategy in org.kordamp.json.utilModifier and TypeClassDescriptionprivate static final classFields in org.kordamp.json.util declared as PropertySetStrategy