Uses of Class
cloud.opencode.base.json.JsonConfig
Packages that use JsonConfig
Package
Description
OpenCode JSON - Unified JSON Processing Facade
OpenCode JSON - 统一 JSON 处理门面
JSON SPI - Service Provider Interface for JSON Engines
JSON SPI - JSON 引擎的服务提供者接口
-
Uses of JsonConfig in cloud.opencode.base.json
Fields in cloud.opencode.base.json declared as JsonConfigModifier and TypeFieldDescriptionstatic final JsonConfigJsonConfig.DEFAULTDefault configuration 默认配置Methods in cloud.opencode.base.json that return JsonConfigModifier and TypeMethodDescriptionJsonConfig.Builder.build()Builds the configuration.OpenJson.getConfig()Returns the configuration.Methods in cloud.opencode.base.json with parameters of type JsonConfigModifier and TypeMethodDescriptionstatic OpenJsonOpenJson.withConfig(JsonConfig config) Creates a new OpenJson instance with the specified configuration.static OpenJsonOpenJson.withConfigAndProvider(JsonConfig config, String providerName) Creates a new OpenJson instance with configuration and provider. -
Uses of JsonConfig in cloud.opencode.base.json.spi
Methods in cloud.opencode.base.json.spi that return JsonConfigModifier and TypeMethodDescriptionJsonModule.SetupContext.getConfig()Returns the current JSON configuration.Methods in cloud.opencode.base.json.spi with parameters of type JsonConfigModifier and TypeMethodDescriptionvoidJsonProvider.configure(JsonConfig config) Configures this provider with the given configuration.static JsonProviderJsonProviderFactory.getProvider(JsonConfig config) Returns a configured provider instance.static JsonProviderJsonProviderFactory.getProvider(String name, JsonConfig config) Returns a configured provider instance by name.