Uses of Class
cloud.opencode.base.json.spi.JsonModule.SimpleModule
Packages that use JsonModule.SimpleModule
Package
Description
JSON SPI - Service Provider Interface for JSON Engines
JSON SPI - JSON 引擎的服务提供者接口
-
Uses of JsonModule.SimpleModule in cloud.opencode.base.json.spi
Methods in cloud.opencode.base.json.spi that return JsonModule.SimpleModuleModifier and TypeMethodDescriptionJsonModule.SimpleModule.addAdapter(JsonTypeAdapter<?> adapter) Adds a type adapter to this module.JsonModule.SimpleModule.addFactory(JsonTypeAdapterFactory factory) Adds a type adapter factory to this module.JsonModule.SimpleModule.addKeyAdapter(Class<?> type, JsonTypeAdapter<?> adapter) Adds a key adapter to this module.Adds a mixin mapping to this module.