Enum DumperOptions.ScalarStyle

java.lang.Object
java.lang.Enum<DumperOptions.ScalarStyle>
org.yaml.snakeyaml.DumperOptions.ScalarStyle
All Implemented Interfaces:
Serializable, Comparable<DumperOptions.ScalarStyle>, java.lang.constant.Constable
Enclosing class:
DumperOptions

public static enum DumperOptions.ScalarStyle extends Enum<DumperOptions.ScalarStyle>
YAML provides a rich set of scalar styles. Block scalar styles include the literal style and the folded style; flow scalar styles include the plain style and two quoted styles, the single-quoted style and the double-quoted style. These styles offer a range of trade-offs between expressive power and readability.
See Also: