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