Uses of Interface
org.tomlj.TomlTable
Packages that use TomlTable
-
Uses of TomlTable in org.tomlj
Modifier and TypeInterfaceDescriptioninterface
The result from parsing a TOML document.Modifier and TypeClassDescription(package private) final class
(package private) final class
Modifier and TypeFieldDescription(package private) static final TomlTable
EmptyTomlTable.EMPTY_TABLE
Modifier and TypeMethodDescriptiondefault TomlTable
TomlArray.getTable
(int index) Get a table at a specified index.default @Nullable TomlTable
Get a table from the TOML document.default @Nullable TomlTable
Get a table from the TOML document.default TomlTable
TomlTable.getTableOrEmpty
(String dottedKey) Get a table from the TOML document.default TomlTable
TomlTable.getTableOrEmpty
(List<String> path) Get a table from the TOML document.Modifier and TypeMethodDescriptionstatic boolean
Performs a deep comparison between two tables to determine if they are equivalent.(package private) static void
JsonSerializer.toJson
(TomlTable table, Appendable appendable, Set<JsonOptions> options) private static void
JsonSerializer.toJson
(TomlTable table, Appendable appendable, Set<JsonOptions> options, int indent) (package private) static void
TomlSerializer.toToml
(TomlTable table, Appendable appendable) private static void
TomlSerializer.toToml
(TomlTable table, Appendable appendable, int indent, String path)