Uses of Interface
org.openhab.core.items.ItemBuilderFactory
Packages that use ItemBuilderFactory
-
Uses of ItemBuilderFactory in org.openhab.core.items
Constructors in org.openhab.core.items with parameters of type ItemBuilderFactoryModifierConstructorDescriptionManagedItemProvider
(StorageService storageService, ItemBuilderFactory itemBuilderFactory) -
Uses of ItemBuilderFactory in org.openhab.core.items.dto
Methods in org.openhab.core.items.dto with parameters of type ItemBuilderFactoryModifier and TypeMethodDescriptionstatic @Nullable Item
ItemDTOMapper.map
(ItemDTO itemDTO, ItemBuilderFactory itemBuilderFactory) Maps item DTO into item object.