Package org.openhab.core.automation.dto
Class TriggerTypeDTOMapper
java.lang.Object
org.openhab.core.automation.dto.ModuleTypeDTOMapper
org.openhab.core.automation.dto.TriggerTypeDTOMapper
This is a utility class to convert between the respective object and its DTO.
- Author:
- Markus Rathgeb - Initial contribution, Ana Dimova - extends Trigger Module type DTOs with composites
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List
<TriggerTypeDTO> map
(@Nullable Collection<TriggerType> types) static TriggerType
map
(CompositeTriggerTypeDTO triggerTypeDto) static CompositeTriggerTypeDTO
map
(CompositeTriggerType triggerType) static TriggerTypeDTO
map
(TriggerType triggerType) Methods inherited from class org.openhab.core.automation.dto.ModuleTypeDTOMapper
fillProperties
-
Constructor Details
-
TriggerTypeDTOMapper
public TriggerTypeDTOMapper()
-
-
Method Details
-
map
-
map
-
map
-
map
-