Uses of Class
org.yaml.snakeyaml.DumperOptions.ScalarStyle
-
Packages that use DumperOptions.ScalarStyle Package Description org.yaml.snakeyaml org.yaml.snakeyaml.representer -
-
Uses of DumperOptions.ScalarStyle in org.yaml.snakeyaml
Methods in org.yaml.snakeyaml that return DumperOptions.ScalarStyle Modifier and Type Method Description static DumperOptions.ScalarStyleDumperOptions.ScalarStyle. createStyle(java.lang.Character style)DumperOptions.ScalarStyleDumperOptions. getDefaultScalarStyle()static DumperOptions.ScalarStyleDumperOptions.ScalarStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DumperOptions.ScalarStyle[]DumperOptions.ScalarStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.yaml.snakeyaml with parameters of type DumperOptions.ScalarStyle Modifier and Type Method Description voidDumperOptions. setDefaultScalarStyle(DumperOptions.ScalarStyle defaultStyle)Set default style for scalars. -
Uses of DumperOptions.ScalarStyle in org.yaml.snakeyaml.representer
Methods in org.yaml.snakeyaml.representer with parameters of type DumperOptions.ScalarStyle Modifier and Type Method Description voidBaseRepresenter. setDefaultScalarStyle(DumperOptions.ScalarStyle defaultStyle)
-