Uses of Class
com.tccc.kos.commons.util.json.JsonDescriptor
Packages that use JsonDescriptor
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 JsonDescriptor in com.tccc.kos.commons.kab
Methods in com.tccc.kos.commons.kab that return JsonDescriptorModifier and TypeMethodDescriptionKabFile.getDescriptor()
Return the optional descriptor from the kab. -
Uses of JsonDescriptor in com.tccc.kos.commons.util.json
Methods in com.tccc.kos.commons.util.json that return JsonDescriptorModifier and TypeMethodDescriptionJsonDescriptorAware.getDescriptor()
Return the associated JsonDescriptor. -
Uses of JsonDescriptor in com.tccc.kos.core.service.app
Methods in com.tccc.kos.core.service.app that return JsonDescriptorModifier and TypeMethodDescriptionApplication.getDescriptor()
Returns the descriptor from this application's KAB file (descriptor.json). -
Uses of JsonDescriptor in com.tccc.kos.core.service.assembly
Methods in com.tccc.kos.core.service.assembly that return JsonDescriptorMethods in com.tccc.kos.core.service.assembly with parameters of type JsonDescriptorModifier and TypeMethodDescriptionvoid
Assembly.setDescriptor
(JsonDescriptor descriptor) Set an optional descriptor for the assembly. -
Uses of JsonDescriptor in com.tccc.kos.core.service.device
Methods in com.tccc.kos.core.service.device that return JsonDescriptorMethods in com.tccc.kos.core.service.device with parameters of type JsonDescriptor