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 TypeClassDescription(package private) final class(package private) final classModifier and TypeFieldDescription(package private) static final TomlTableEmptyTomlTable.EMPTY_TABLEModifier 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.Modifier and TypeMethodDescriptionstatic booleanPerforms a deep comparison between two tables to determine if they are equivalent.(package private) static voidJsonSerializer.toJson(TomlTable table, Appendable appendable, Set<JsonOptions> options) private static voidJsonSerializer.toJson(TomlTable table, Appendable appendable, Set<JsonOptions> options, int indent) (package private) static voidTomlSerializer.toToml(TomlTable table, Appendable appendable) private static voidTomlSerializer.toToml(TomlTable table, Appendable appendable, int indent, String path)