Class DumpSettings
java.lang.Object
org.snakeyaml.engine.v2.api.DumpSettings
Immutable configuration for serialisation. Description for all the fields can be found in the
builder
-
Method Summary
Modifier and TypeMethodDescriptionstatic DumpSettingsBuilderbuilder()booleanintbooleanintintintgetWidth()booleanbooleanbooleanbooleanbooleanboolean
-
Method Details
-
builder
-
getDefaultFlowStyle
-
getDefaultScalarStyle
-
isExplicitStart
public boolean isExplicitStart() -
getAnchorGenerator
-
isExplicitEnd
public boolean isExplicitEnd() -
getExplicitRootTag
-
getYamlDirective
-
getTagDirective
-
isCanonical
public boolean isCanonical() -
isMultiLineFlow
public boolean isMultiLineFlow() -
isUseUnicodeEncoding
public boolean isUseUnicodeEncoding() -
getIndent
public int getIndent() -
getIndicatorIndent
public int getIndicatorIndent() -
getWidth
public int getWidth() -
getBestLineBreak
-
isSplitLines
public boolean isSplitLines() -
getMaxSimpleKeyLength
public int getMaxSimpleKeyLength() -
getNonPrintableStyle
-
getCustomProperty
-
getIndentWithIndicator
public boolean getIndentWithIndicator() -
getDumpComments
public boolean getDumpComments() -
getSchema
-