Uses of Enum
org.snakeyaml.engine.v2.common.NonPrintableStyle
Packages that use NonPrintableStyle
-
Uses of NonPrintableStyle in org.snakeyaml.engine.v2.api
Fields in org.snakeyaml.engine.v2.api declared as NonPrintableStyleModifier and TypeFieldDescriptionprivate final NonPrintableStyleDumpSettings.nonPrintableStyleprivate NonPrintableStyleDumpSettingsBuilder.nonPrintableStyleMethods in org.snakeyaml.engine.v2.api that return NonPrintableStyleMethods in org.snakeyaml.engine.v2.api with parameters of type NonPrintableStyleModifier and TypeMethodDescriptionDumpSettingsBuilder.setNonPrintableStyle(NonPrintableStyle nonPrintableStyle) When String object contains non-printable characters, they are escaped with \\u or \\x notation.Constructors in org.snakeyaml.engine.v2.api with parameters of type NonPrintableStyleModifierConstructorDescription(package private)DumpSettings(boolean explicitStart, boolean explicitEnd, Optional<Tag> explicitRootTag, AnchorGenerator anchorGenerator, Optional<SpecVersion> yamlDirective, Map<String, String> tagDirective, FlowStyle defaultFlowStyle, ScalarStyle defaultScalarStyle, NonPrintableStyle nonPrintableStyle, Schema schema, boolean canonical, boolean multiLineFlow, boolean useUnicodeEncoding, int indent, int indicatorIndent, int width, String bestLineBreak, boolean splitLines, int maxSimpleKeyLength, Map<SettingKey, Object> customProperties, boolean indentWithIndicator, boolean dumpComments) -
Uses of NonPrintableStyle in org.snakeyaml.engine.v2.common
Subclasses with type arguments of type NonPrintableStyle in org.snakeyaml.engine.v2.commonModifier and TypeClassDescriptionenumConfigure the style when String contains non-printable charactersMethods in org.snakeyaml.engine.v2.common that return NonPrintableStyleModifier and TypeMethodDescriptionstatic NonPrintableStyleReturns the enum constant of this type with the specified name.static NonPrintableStyle[]NonPrintableStyle.values()Returns an array containing the constants of this enum type, in the order they are declared.