static fun canonicalDottedKey(dottedKey: String): String
(source)
Get the canonical form of the dotted key.
dottedKey
- A dotted key (e.g. server.address.port
).
IllegalArgumentException
- If the dotted key cannot be parsed.
Return
The canonical form of the dotted key.