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