static fun parseDottedKey(dottedKey: String): MutableList<String>
(source)
Parse a dotted key into individual parts.
dottedKey
- A dotted key (e.g. server.address.port
).
IllegalArgumentException
- If the dotted key cannot be parsed.
Return
A list of individual keys in the path.