Uses of Interface
org.apache.unomi.persistence.spi.config.ConfigurationUpdateHelper.PropertyMapping
Packages that use ConfigurationUpdateHelper.PropertyMapping
- 
Uses of ConfigurationUpdateHelper.PropertyMapping in org.apache.unomi.persistence.spi.config
Methods in org.apache.unomi.persistence.spi.config that return ConfigurationUpdateHelper.PropertyMappingModifier and TypeMethodDescriptionConfigurationUpdateHelper.booleanProperty(Consumer<Boolean> setter) Creates a boolean property mapping.ConfigurationUpdateHelper.customProperty(ConfigurationUpdateHelper.PropertyProcessor processor) Creates a custom property mapping for special cases.ConfigurationUpdateHelper.integerProperty(Consumer<Integer> setter) Creates an integer property mapping.ConfigurationUpdateHelper.longProperty(Consumer<Long> setter) Creates a long property mapping.ConfigurationUpdateHelper.stringProperty(Consumer<String> setter) Creates a string property mapping.Method parameters in org.apache.unomi.persistence.spi.config with type arguments of type ConfigurationUpdateHelper.PropertyMappingModifier and TypeMethodDescriptionstatic voidConfigurationUpdateHelper.processConfigurationUpdates(Dictionary<String, ?> properties, org.slf4j.Logger logger, String serviceName, Map<String, ConfigurationUpdateHelper.PropertyMapping> propertyMappings) Processes configuration updates using a property mapping.