Package org.openhab.core.thing.dto
Class StrippedThingTypeDTOMapper
java.lang.Object
org.openhab.core.thing.dto.StrippedThingTypeDTOMapper
The
StrippedThingTypeDTOMapper
is a utility class to map things into stripped thing type data transfer
objects (DTOs).- Author:
- Miki Jankov - Initial contribution
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic StrippedThingTypeDTO
Maps thing type into stripped thing type data transfer object.
-
Constructor Details
-
StrippedThingTypeDTOMapper
public StrippedThingTypeDTOMapper()
-
-
Method Details
-
map
Maps thing type into stripped thing type data transfer object.- Parameters:
thingType
- the thing type to be mapped- Returns:
- the stripped thing type DTO object
-