Uses of Enum Class
cloud.opencode.base.json.annotation.JsonNaming.Strategy
Packages that use JsonNaming.Strategy
Package
Description
OpenCode JSON - Unified JSON Processing Facade
OpenCode JSON - 统一 JSON 处理门面
JSON Annotation - JSON Processing Annotations
JSON Annotation - JSON 处理注解
-
Uses of JsonNaming.Strategy in cloud.opencode.base.json
Methods in cloud.opencode.base.json that return JsonNaming.StrategyMethods in cloud.opencode.base.json with parameters of type JsonNaming.StrategyModifier and TypeMethodDescriptionJsonConfig.Builder.namingStrategy(JsonNaming.Strategy strategy) Sets the naming strategy. -
Uses of JsonNaming.Strategy in cloud.opencode.base.json.annotation
Subclasses with type arguments of type JsonNaming.Strategy in cloud.opencode.base.json.annotationModifier and TypeClassDescriptionstatic enumNaming strategy enumeration 命名策略枚举Methods in cloud.opencode.base.json.annotation that return JsonNaming.StrategyModifier and TypeMethodDescriptionstatic JsonNaming.StrategyReturns the enum constant of this class with the specified name.static JsonNaming.Strategy[]JsonNaming.Strategy.values()Returns an array containing the constants of this enum class, in the order they are declared.