Uses of Interface
org.tomlj.TomlArray
Packages that use TomlArray
-
Uses of TomlArray in org.tomlj
Modifier and TypeClassDescription(package private) final class
(package private) final class
(package private) class
Modifier and TypeFieldDescription(package private) static final TomlArray
EmptyTomlArray.EMPTY_ARRAY
Modifier and TypeMethodDescriptiondefault TomlArray
TomlArray.getArray
(int index) Get an array at a specified index.default @Nullable TomlArray
Get an array from the TOML document.default @Nullable TomlArray
Get an array from the TOML document.default TomlArray
TomlTable.getArrayOrEmpty
(String dottedKey) Get an array from the TOML document.default TomlArray
TomlTable.getArrayOrEmpty
(List<String> path) Get an array from the TOML document.Modifier and TypeMethodDescriptionstatic boolean
Performs a deep comparison between two arrays to determine if they are equivalent.private static boolean
TomlSerializer.isTableArray
(TomlArray array) (package private) static void
JsonSerializer.toJson
(TomlArray array, Appendable appendable, Set<JsonOptions> options) private static void
JsonSerializer.toJson
(TomlArray array, Appendable appendable, Set<JsonOptions> options, int indent) (package private) static void
TomlSerializer.toToml
(TomlArray array, Appendable appendable) private static void
TomlSerializer.toToml
(TomlArray array, Appendable appendable, int indent, String path)