Uses of Enum Class
cloud.opencode.base.json.spi.JsonFeature.Category
Packages that use JsonFeature.Category
Package
Description
JSON SPI - Service Provider Interface for JSON Engines
JSON SPI - JSON 引擎的服务提供者接口
-
Uses of JsonFeature.Category in cloud.opencode.base.json.spi
Subclasses with type arguments of type JsonFeature.Category in cloud.opencode.base.json.spiModifier and TypeClassDescriptionstatic enumFeature category enumeration 特性类别枚举Methods in cloud.opencode.base.json.spi that return JsonFeature.CategoryModifier and TypeMethodDescriptionJsonFeature.getCategory()Returns the feature category.static JsonFeature.CategoryReturns the enum constant of this class with the specified name.static JsonFeature.Category[]JsonFeature.Category.values()Returns an array containing the constants of this enum class, in the order they are declared.