open fun isLocalDate(dottedKey: String!): Boolean (source)
Check if a value in the TOML document is a LocalDate.
dottedKey - String!: A dotted key (e.g. "server.address.port").
IllegalArgumentException - If the key cannot be parsed.
Return
Boolean: true if the value can be obtained as a LocalDate.
open fun isLocalDate(path: MutableList<String!>!): Boolean (source)
Check if a value in the TOML document is a LocalDate.
path - MutableList<String!>!: The key path.
Return
Boolean: true if the value can be obtained as a LocalDate.