Uses of Interface
org.tomlj.TomlTable
Packages that use TomlTable
-
Uses of TomlTable in org.tomlj
Modifier and TypeInterfaceDescriptioninterfaceThe result from parsing a TOML document.Modifier and TypeMethodDescriptiondefault TomlTableTomlArray.getTable(int index) Get a table at a specified index.default @Nullable TomlTableGet a table from the TOML document.default @Nullable TomlTableGet a table from the TOML document.default TomlTableTomlTable.getTableOrEmpty(String dottedKey) Get a table from the TOML document.default TomlTableTomlTable.getTableOrEmpty(List<String> path) Get a table from the TOML document.