Uses of Enum
org.yaml.snakeyaml.DumperOptions.NonPrintableStyle
Packages that use DumperOptions.NonPrintableStyle
-
Uses of DumperOptions.NonPrintableStyle in org.yaml.snakeyaml
Fields in org.yaml.snakeyaml declared as DumperOptions.NonPrintableStyleModifier and TypeFieldDescriptionprivate DumperOptions.NonPrintableStyle
DumperOptions.nonPrintableStyle
Methods in org.yaml.snakeyaml that return DumperOptions.NonPrintableStyleModifier and TypeMethodDescriptionDumperOptions.getNonPrintableStyle()
Returns the enum constant of this type with the specified name.static DumperOptions.NonPrintableStyle[]
DumperOptions.NonPrintableStyle.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.NonPrintableStyleModifier and TypeMethodDescriptionvoid
DumperOptions.setNonPrintableStyle
(DumperOptions.NonPrintableStyle style) When String contains non-printable characters SnakeYAML convert it to binary data with the !!binary tag. -
Uses of DumperOptions.NonPrintableStyle in org.yaml.snakeyaml.representer
Fields in org.yaml.snakeyaml.representer declared as DumperOptions.NonPrintableStyleModifier and TypeFieldDescriptionprotected DumperOptions.NonPrintableStyle
SafeRepresenter.nonPrintableStyle