Uses of Enum Class
cloud.opencode.base.json.spi.JsonFeature
Packages that use JsonFeature
Package
Description
OpenCode JSON - Unified JSON Processing Facade
OpenCode JSON - 统一 JSON 处理门面
JSON SPI - Service Provider Interface for JSON Engines
JSON SPI - JSON 引擎的服务提供者接口
-
Uses of JsonFeature in cloud.opencode.base.json
Methods in cloud.opencode.base.json that return types with arguments of type JsonFeatureMethods in cloud.opencode.base.json with parameters of type JsonFeatureModifier and TypeMethodDescriptionJsonConfig.Builder.disable(JsonFeature feature) Disables a feature.JsonConfig.Builder.disable(JsonFeature... features) Disables multiple features.JsonConfig.Builder.enable(JsonFeature feature) Enables a feature.JsonConfig.Builder.enable(JsonFeature... features) Enables multiple features.booleanJsonConfig.isEnabled(JsonFeature feature) Returns whether a feature is enabled. -
Uses of JsonFeature in cloud.opencode.base.json.spi
Subclasses with type arguments of type JsonFeature in cloud.opencode.base.json.spiModifier and TypeClassDescriptionenumJSON Feature - Configuration Features for JSON Processing JSON 特性 - JSON 处理的配置特性Methods in cloud.opencode.base.json.spi that return JsonFeatureModifier and TypeMethodDescriptionstatic JsonFeatureReturns the enum constant of this class with the specified name.static JsonFeature[]JsonFeature.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.json.spi with parameters of type JsonFeatureModifier and TypeMethodDescriptionbooleanJsonProvider.supportsFeature(JsonFeature feature) Returns whether a feature is supported by this provider.