Uses of Class
org.snakeyaml.engine.v2.common.NonPrintableStyle
-
Packages that use NonPrintableStyle Package Description org.snakeyaml.engine.v2.api org.snakeyaml.engine.v2.common -
-
Uses of NonPrintableStyle in org.snakeyaml.engine.v2.api
Fields in org.snakeyaml.engine.v2.api declared as NonPrintableStyle Modifier and Type Field Description private NonPrintableStyle
DumpSettings. nonPrintableStyle
private NonPrintableStyle
DumpSettingsBuilder. nonPrintableStyle
Methods in org.snakeyaml.engine.v2.api that return NonPrintableStyle Modifier and Type Method Description NonPrintableStyle
DumpSettings. getNonPrintableStyle()
Methods in org.snakeyaml.engine.v2.api with parameters of type NonPrintableStyle Modifier and Type Method Description DumpSettingsBuilder
DumpSettingsBuilder. 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 NonPrintableStyle Constructor Description DumpSettings(boolean explicitStart, boolean explicitEnd, java.util.Optional<Tag> explicitRootTag, AnchorGenerator anchorGenerator, java.util.Optional<SpecVersion> yamlDirective, java.util.Map<java.lang.String,java.lang.String> tagDirective, FlowStyle defaultFlowStyle, ScalarStyle defaultScalarStyle, NonPrintableStyle nonPrintableStyle, Schema schema, boolean canonical, boolean multiLineFlow, boolean useUnicodeEncoding, int indent, int indicatorIndent, int width, java.lang.String bestLineBreak, boolean splitLines, int maxSimpleKeyLength, java.util.Map<SettingKey,java.lang.Object> customProperties, boolean indentWithIndicator, boolean dumpComments)
-
Uses of NonPrintableStyle in org.snakeyaml.engine.v2.common
Methods in org.snakeyaml.engine.v2.common that return NonPrintableStyle Modifier and Type Method Description static NonPrintableStyle
NonPrintableStyle. valueOf(java.lang.String name)
Returns 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.
-