Uses of Enum Class
cloud.opencode.base.yml.YmlConfig.ScalarStyle
Packages that use YmlConfig.ScalarStyle
Package
Description
OpenCode Base YML - YAML Processing Library
OpenCode Base YML - YAML 处理库
-
Uses of YmlConfig.ScalarStyle in cloud.opencode.base.yml
Subclasses with type arguments of type YmlConfig.ScalarStyle in cloud.opencode.base.ymlModifier and TypeClassDescriptionstatic enumScalar Style - YAML scalar output style 标量风格 - YAML 标量输出风格Methods in cloud.opencode.base.yml that return YmlConfig.ScalarStyleModifier and TypeMethodDescriptionYmlConfig.getDefaultScalarStyle()Gets the default scalar style.static YmlConfig.ScalarStyleReturns the enum constant of this class with the specified name.static YmlConfig.ScalarStyle[]YmlConfig.ScalarStyle.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.ScalarStyleModifier and TypeMethodDescriptionYmlConfig.Builder.defaultScalarStyle(YmlConfig.ScalarStyle scalarStyle) Sets the default scalar style.