Package org.openhab.core.automation.dto
Class ConditionDTOMapper
java.lang.Object
org.openhab.core.automation.dto.ModuleDTOMapper
org.openhab.core.automation.dto.ConditionDTOMapper
This is a utility class to convert between the respective object and its DTO.
- Author:
- Markus Rathgeb - Initial contribution, Kai Kreuzer - Changed to using ModuleBuilder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<ConditionDTO>
static ConditionDTO
mapDto
(@Nullable List<ConditionDTO> dtos) static Condition
mapDto
(ConditionDTO conditionDto) Methods inherited from class org.openhab.core.automation.dto.ModuleDTOMapper
fillProperties
-
Constructor Details
-
ConditionDTOMapper
public ConditionDTOMapper()
-
-
Method Details
-
map
-
mapDto
-
map
-
mapDto
-