- setHideRedundantLevels(boolean) - Method in class com.electronwill.nightconfig.toml.TomlWriter
-
Sets whether redundant intermediate levels should be hidden or written to the TOML output.
- setIndent(IndentStyle) - Method in class com.electronwill.nightconfig.toml.TomlWriter
-
Changes the indentation style using a predefined style.
- setIndent(String) - Method in class com.electronwill.nightconfig.toml.TomlWriter
-
Changes the indentation style using a custom string.
- setIndentArrayElementsPredicate(Predicate<List<?>>) - Method in class com.electronwill.nightconfig.toml.TomlWriter
-
- setInitialListCapacity(int) - Method in class com.electronwill.nightconfig.toml.TomlParser
-
- setInitialStringBuilderCapacity(int) - Method in class com.electronwill.nightconfig.toml.TomlParser
-
- setLenientWithBareKeys(boolean) - Method in class com.electronwill.nightconfig.toml.TomlParser
-
Makes this parser lenient (if true) or strict (if false - this is the default) with bar keys.
- setLenientWithBareKeys(boolean) - Method in class com.electronwill.nightconfig.toml.TomlWriter
-
- setLenientWithSeparators(boolean) - Method in class com.electronwill.nightconfig.toml.TomlParser
-
Makes this parser lenient (if true) or strict (if false - this is the default) with
key/values separators.
- setNewline(NewlineStyle) - Method in class com.electronwill.nightconfig.toml.TomlWriter
-
- setNewline(String) - Method in class com.electronwill.nightconfig.toml.TomlWriter
-
Changes the string to write for newlines.
- setOmitIntermediateLevels(boolean) - Method in class com.electronwill.nightconfig.toml.TomlWriter
-
- setWriteStringLiteralPredicate(Predicate<String>) - Method in class com.electronwill.nightconfig.toml.TomlWriter
-
- setWriteStringMultilinePredicate(Predicate<String>) - Method in class com.electronwill.nightconfig.toml.TomlWriter
-
- setWriteTableInlinePredicate(Predicate<UnmodifiableConfig>) - Method in class com.electronwill.nightconfig.toml.TomlWriter
-
- supportsComments() - Method in class com.electronwill.nightconfig.toml.TomlFormat
-
- supportsType(Class<?>) - Method in class com.electronwill.nightconfig.toml.TomlFormat
-