Uses of Class
org.openhab.core.config.core.dto.ConfigDescriptionParameterGroupDTO
Packages that use ConfigDescriptionParameterGroupDTO
-
Uses of ConfigDescriptionParameterGroupDTO in org.openhab.core.config.core.dto
Fields in org.openhab.core.config.core.dto with type parameters of type ConfigDescriptionParameterGroupDTOMethods in org.openhab.core.config.core.dto that return types with arguments of type ConfigDescriptionParameterGroupDTOModifier and TypeMethodDescriptionConfigDescriptionDTOMapper.mapParameterGroups
(List<ConfigDescriptionParameterGroup> parameterGroups) Maps configuration description parameter groups into DTO objects.Method parameters in org.openhab.core.config.core.dto with type arguments of type ConfigDescriptionParameterGroupDTOModifier and TypeMethodDescriptionstatic List
<ConfigDescriptionParameterGroup> ConfigDescriptionDTOMapper.mapParameterGroupsDTO
(List<ConfigDescriptionParameterGroupDTO> parameterGroups) -
Uses of ConfigDescriptionParameterGroupDTO in org.openhab.core.thing.dto
Fields in org.openhab.core.thing.dto with type parameters of type ConfigDescriptionParameterGroupDTO