Uses of Enum Class
cloud.opencode.base.yml.YmlConfig.FlowStyle
Packages that use YmlConfig.FlowStyle
Package
Description
OpenCode Base YML - YAML Processing Library
OpenCode Base YML - YAML 处理库
-
Uses of YmlConfig.FlowStyle in cloud.opencode.base.yml
Subclasses with type arguments of type YmlConfig.FlowStyle in cloud.opencode.base.ymlModifier and TypeClassDescriptionstatic enumFlow Style - YAML output flow style 流风格 - YAML 输出流风格Methods in cloud.opencode.base.yml that return YmlConfig.FlowStyleModifier and TypeMethodDescriptionYmlConfig.getDefaultFlowStyle()Gets the default flow style.static YmlConfig.FlowStyleReturns the enum constant of this class with the specified name.static YmlConfig.FlowStyle[]YmlConfig.FlowStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.yml with parameters of type YmlConfig.FlowStyleModifier and TypeMethodDescriptionYmlConfig.Builder.defaultFlowStyle(YmlConfig.FlowStyle flowStyle) Sets the default flow style.