| Package | Description | 
|---|---|
| org.yaml.snakeyaml | 
| Modifier and Type | Method and Description | 
|---|---|
| DumperOptions.LineBreak | DumperOptions. getLineBreak() | 
| static DumperOptions.LineBreak | DumperOptions.LineBreak. getPlatformLineBreak() | 
| static DumperOptions.LineBreak | DumperOptions.LineBreak. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static DumperOptions.LineBreak[] | DumperOptions.LineBreak. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DumperOptions. setLineBreak(DumperOptions.LineBreak lineBreak)Specify the line break to separate the lines. | 
Copyright © 2008–2021. All rights reserved.