Enum DumperOptions.FlowStyle

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

public static enum DumperOptions.FlowStyle extends Enum<DumperOptions.FlowStyle>
Block styles use indentation to denote nesting and scope within the document. In contrast, flow styles rely on explicit indicators to denote nesting and scope.
See Also: