tuweni / org.apache.tuweni.toml / TomlTable / isLocalDateTime

isLocalDateTime

open fun isLocalDateTime(dottedKey: String!): Boolean (source)

Check if a value in the TOML document is a LocalDateTime.

Parameters

dottedKey - String!: A dotted key (e.g. "server.address.port").

Exceptions

IllegalArgumentException - If the key cannot be parsed.

Return
Boolean: true if the value can be obtained as a LocalDateTime.

open fun isLocalDateTime(path: MutableList<String!>!): Boolean (source)

Check if a value in the TOML document is a LocalDateTime.

Parameters

path - MutableList<String!>!: The key path.

Return
Boolean: true if the value can be obtained as a LocalDateTime.