Uses of Class
org.kordamp.json.util.PropertySetStrategy
-
Packages that use PropertySetStrategy Package Description org.kordamp.json org.kordamp.json.util -
-
Uses of PropertySetStrategy in org.kordamp.json
Methods in org.kordamp.json that return PropertySetStrategy Modifier and Type Method Description PropertySetStrategyJsonConfig. getPropertySetStrategy()Returns the configured PropertySetStrategy.
Default value is PropertySetStrategy.DEFAULT
[JSON -> Java]Methods in org.kordamp.json with parameters of type PropertySetStrategy Modifier and Type Method Description voidJsonConfig. setPropertySetStrategy(PropertySetStrategy propertySetStrategy)Sets a PropertySetStrategy to use.
Will set default value (PropertySetStrategy.DEFAULT) if null.
[JSON -> Java] -
Uses of PropertySetStrategy in org.kordamp.json.util
Fields in org.kordamp.json.util declared as PropertySetStrategy Modifier and Type Field Description static PropertySetStrategyPropertySetStrategy. DEFAULT
-