Class DumpSettings


  • public final class DumpSettings
    extends Object
    Fine tuning serializing/dumping Description for all the fields can be found in the builder
    • Method Detail

      • getDefaultFlowStyle

        public FlowStyle getDefaultFlowStyle()
      • getDefaultScalarStyle

        public ScalarStyle getDefaultScalarStyle()
      • isExplicitStart

        public boolean isExplicitStart()
      • isExplicitEnd

        public boolean isExplicitEnd()
      • getExplicitRootTag

        public Optional<Tag> getExplicitRootTag()
      • 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

        public String getBestLineBreak()
      • isSplitLines

        public boolean isSplitLines()
      • getMaxSimpleKeyLength

        public int getMaxSimpleKeyLength()
      • getIndentWithIndicator

        public boolean getIndentWithIndicator()