Skip navigation links
C G I N P S T V W 

C

com.electronwill.nightconfig.toml - package com.electronwill.nightconfig.toml
 
createConfig(Supplier<Map<String, Object>>) - Method in class com.electronwill.nightconfig.toml.TomlFormat
 
createParser() - Method in class com.electronwill.nightconfig.toml.TomlFormat
 
createWriter() - Method in class com.electronwill.nightconfig.toml.TomlFormat
 

G

getFormat() - Method in class com.electronwill.nightconfig.toml.TomlParser
 
getTomlVersion() - Method in class com.electronwill.nightconfig.toml.TomlParser
 

I

instance() - Static method in class com.electronwill.nightconfig.toml.TomlFormat
 
isHidingRedundantLevels() - Method in class com.electronwill.nightconfig.toml.TomlWriter
Gets the "hide redundant levels" policy.
isLenientWithBareKeys() - Method in class com.electronwill.nightconfig.toml.TomlParser
 
isLenientWithBareKeys() - Method in class com.electronwill.nightconfig.toml.TomlWriter
 
isLenientWithSeparators() - Method in class com.electronwill.nightconfig.toml.TomlParser
 
isOmitIntermediateLevels() - Method in class com.electronwill.nightconfig.toml.TomlWriter
 

N

newConcurrentConfig() - Static method in class com.electronwill.nightconfig.toml.TomlFormat
 
newConfig() - Static method in class com.electronwill.nightconfig.toml.TomlFormat
 
newConfig(Supplier<Map<String, Object>>) - Static method in class com.electronwill.nightconfig.toml.TomlFormat
 

P

parse(Reader) - Method in class com.electronwill.nightconfig.toml.TomlParser
 
parse(Reader, Config, ParsingMode) - Method in class com.electronwill.nightconfig.toml.TomlParser
 

S

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
 
setTomlVersion(TomlVersion) - Method in class com.electronwill.nightconfig.toml.TomlParser
Sets the version of the TOML format that is accepted by this parser.
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
 

T

TomlFormat - Class in com.electronwill.nightconfig.toml
 
TomlParser - Class in com.electronwill.nightconfig.toml
A configurable parser of TOML configurations.
TomlParser() - Constructor for class com.electronwill.nightconfig.toml.TomlParser
 
TomlVersion - Enum in com.electronwill.nightconfig.toml
 
TomlWriter - Class in com.electronwill.nightconfig.toml
 
TomlWriter() - Constructor for class com.electronwill.nightconfig.toml.TomlWriter
 
toString() - Method in enum com.electronwill.nightconfig.toml.TomlVersion
 

V

valueOf(String) - Static method in enum com.electronwill.nightconfig.toml.TomlVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.electronwill.nightconfig.toml.TomlVersion
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(UnmodifiableConfig, Writer) - Method in class com.electronwill.nightconfig.toml.TomlWriter
 
C G I N P S T V W 
Skip navigation links