open static fun canonicalKey(key: String): String
(source)
Get the canonical form of a configuration key.
key
- A configuration key (e.g. "server.flags"
).
IllegalArgumentException
- If the key cannot be parsed.
Return
The canonical form of the key.