Uses of Interface
org.eclipse.ditto.wot.integration.config.WotConfig
Packages that use WotConfig
Package
Description
Configuration for the WoT (Web of Things) integration.
The TM to TD Generator for the WoT (Web of Things) integration.
-
Uses of WotConfig in org.eclipse.ditto.wot.integration.config
Classes in org.eclipse.ditto.wot.integration.config that implement WotConfigModifier and TypeClassDescriptionfinal classThis class is the default implementation of the WoT (Web of Things) config. -
Uses of WotConfig in org.eclipse.ditto.wot.integration.generator
Methods in org.eclipse.ditto.wot.integration.generator with parameters of type WotConfigModifier and TypeMethodDescriptionstatic WotThingDescriptionGeneratorWotThingDescriptionGenerator.of(akka.actor.ActorSystem actorSystem, WotConfig wotConfig, WotThingModelFetcher thingModelFetcher) Creates a new instance of WotThingDescriptionGenerator with the givenwotConfig.