Uses of Enum Class
cloud.opencode.base.json.annotation.JsonCreator.Mode
Packages that use JsonCreator.Mode
Package
Description
JSON Annotation - JSON Processing Annotations
JSON Annotation - JSON 处理注解
-
Uses of JsonCreator.Mode in cloud.opencode.base.json.annotation
Subclasses with type arguments of type JsonCreator.Mode in cloud.opencode.base.json.annotationModifier and TypeClassDescriptionstatic enumCreator mode that defines how arguments are bound.Methods in cloud.opencode.base.json.annotation that return JsonCreator.ModeModifier and TypeMethodDescriptionstatic JsonCreator.ModeReturns the enum constant of this class with the specified name.static JsonCreator.Mode[]JsonCreator.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.