Uses of Interface
org.openhab.core.items.ItemBuilderFactory
Packages that use ItemBuilderFactory
Package
Description
-
Uses of ItemBuilderFactory in org.openhab.core.io.rest.core.fileformat
Methods in org.openhab.core.io.rest.core.fileformat with parameters of type ItemBuilderFactoryModifier and TypeMethodDescriptionstatic @Nullable Item
FileFormatItemDTOMapper.map
(FileFormatItemDTO dto, ItemBuilderFactory itemBuilderFactory) Maps file format item DTO object into item. -
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. -
Uses of ItemBuilderFactory in org.openhab.core.thing.link
Constructors in org.openhab.core.thing.link with parameters of type ItemBuilderFactoryModifierConstructorDescriptionItemChannelLinkRegistry
(@Nullable Map<String, @Nullable Object> configuration, ThingRegistry thingRegistry, ItemRegistry itemRegistry, ItemBuilderFactory itemBuilderFactory, org.osgi.framework.BundleContext bundleContext)