Uses of Enum
org.yaml.snakeyaml.DumperOptions.NonPrintableStyle
Packages that use DumperOptions.NonPrintableStyle
-
Uses of DumperOptions.NonPrintableStyle in org.yaml.snakeyaml
Subclasses with type arguments of type DumperOptions.NonPrintableStyle in org.yaml.snakeyamlModifier and TypeClassDescriptionstatic enumthe way to serialize non-printableMethods 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 TypeMethodDescriptionvoidDumperOptions.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.NonPrintableStyleSafeRepresenter.nonPrintableStyle