Class JTomlOptions
java.lang.Object
io.github.wasabithumb.jtoml.option.JTomlOptions
An immutable map of
JTomlOptions and their associated values.
If a mapping does not exist, the default value for
that option is reported.- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull JTomlOptions.Builderbuilder()static @NotNull JTomlOptionsdefaults()<T> Tget(@NotNull JTomlOption<T> option) booleanget(JTomlOption.Bool option) @NotNull StringtoString()