Uses of Interface
com.tccc.kos.commons.util.json.JsonDescriptorAware
Packages that use JsonDescriptorAware
Package
Description
This package provides the core application framework for KOS, including application lifecycle management,
dynamic loading capabilities, and messaging infrastructure.
Device management and identification services for KOS.
-
Uses of JsonDescriptorAware in com.tccc.kos.commons.kab
Classes in com.tccc.kos.commons.kab that implement JsonDescriptorAwareModifier and TypeClassDescriptionclass
Opens an existing archive file and provides access to its contents. -
Uses of JsonDescriptorAware in com.tccc.kos.core.service.app
Classes in com.tccc.kos.core.service.app that implement JsonDescriptorAwareModifier and TypeClassDescriptionclass
Application<T extends BaseAppConfig>
Base class for all KOS applications.class
SystemApplication<T extends BaseAppConfig>
Base class for system applications, which simply adds convenience methods to the baseApplication
type. -
Uses of JsonDescriptorAware in com.tccc.kos.core.service.assembly
Classes in com.tccc.kos.core.service.assembly that implement JsonDescriptorAwareModifier and TypeClassDescriptionclass
An assembly is used to describe a collection of hardware that can be added or removed as an atomic unit within KOS. -
Uses of JsonDescriptorAware in com.tccc.kos.core.service.device
Classes in com.tccc.kos.core.service.device that implement JsonDescriptorAwareModifier and TypeClassDescriptionclass
An implementation ofDevice
that simply exposes all available assemblies.class
Device<T extends BaseDeviceConfig>
A representation of the device.