Package org.openhab.core.config.core
Class ConfigurableServiceUtil
java.lang.Object
org.openhab.core.config.core.ConfigurableServiceUtil
Provides utility methods for working with
ConfigurableService
so the property names can remain hidden.
These methods cannot be part of ConfigurableService
as that introduces an annotation cycle.- Author:
- Wouter Born - Initial contribution
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigurableService
asConfigurableService
(Function<String, @Nullable Object> propertyResolver)
-
Field Details
-
CONFIGURABLE_SERVICE_FILTER
- See Also:
-
CONFIGURABLE_MULTI_CONFIG_SERVICE_FILTER
- See Also:
-
-
Constructor Details
-
ConfigurableServiceUtil
public ConfigurableServiceUtil()
-
-
Method Details
-
asConfigurableService
public static ConfigurableService asConfigurableService(Function<String, @Nullable Object> propertyResolver)
-