Uses of Class
org.openhab.core.io.rest.core.item.EnrichedItemDTO
-
Uses of EnrichedItemDTO in org.openhab.core.io.rest.core.item
Modifier and TypeClassDescriptionclass
This is an enriched data transfer object that is used to serialize group items.Modifier and TypeMethodDescriptionstatic EnrichedItemDTO
EnrichedItemDTOMapper.map
(Item item, boolean drillDown, @Nullable Predicate<Item> itemFilter, @Nullable javax.ws.rs.core.UriBuilder uriBuilder, @Nullable Locale locale) Maps item into enriched item DTO object.ModifierConstructorDescriptionEnrichedGroupItemDTO
(ItemDTO itemDTO, EnrichedItemDTO[] members, String link, String state, String transformedState, StateDescription stateDescription, String unitSymbol)