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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic List<ConditionDTO>static ConditionDTOmapDto(@Nullable List<ConditionDTO> dtos) static ConditionmapDto(ConditionDTO conditionDto) Methods inherited from class org.openhab.core.automation.dto.ModuleDTOMapper
fillProperties 
- 
Constructor Details
- 
ConditionDTOMapper
public ConditionDTOMapper() 
 - 
 - 
Method Details
- 
map
 - 
mapDto
 - 
map
 - 
mapDto
 
 -