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