Package org.openhab.core.automation.dto
Class ConditionTypeDTOMapper
java.lang.Object
org.openhab.core.automation.dto.ModuleTypeDTOMapper
org.openhab.core.automation.dto.ConditionTypeDTOMapper
This is a utility class to convert between the respective object and its DTO.
- Author:
- Markus Rathgeb - Initial contribution, Ana Dimova - extends Condition Module type DTOs with composites
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List
<ConditionTypeDTO> map
(@Nullable Collection<ConditionType> types) static ConditionType
map
(CompositeConditionTypeDTO conditionTypeDto) static CompositeConditionTypeDTO
map
(CompositeConditionType conditionType) static ConditionTypeDTO
map
(ConditionType conditionType) Methods inherited from class org.openhab.core.automation.dto.ModuleTypeDTOMapper
fillProperties
-
Constructor Details
-
ConditionTypeDTOMapper
public ConditionTypeDTOMapper()
-
-
Method Details
-
map
-
map
-
map
-
map
-