Package org.openhab.core.automation.dto
Class ModuleDTOMapper
java.lang.Object
org.openhab.core.automation.dto.ModuleDTOMapper
- Direct Known Subclasses:
ActionDTOMapper
,ConditionDTOMapper
,TriggerDTOMapper
This is a utility class to convert between the respective object and its DTO.
- Author:
- Markus Rathgeb - Initial contribution
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static void
fillProperties
(Module from, ModuleDTO to)
-
Constructor Details
-
ModuleDTOMapper
public ModuleDTOMapper()
-
-
Method Details
-
fillProperties
-