tuweni / org.apache.tuweni.config / Configuration / canonicalKey

canonicalKey

open static fun canonicalKey(key: String!): String! (source)

Get the canonical form of a configuration key.

Parameters

key - String!: A configuration key (e.g. "server.flags").

Exceptions

IllegalArgumentException - If the key cannot be parsed.

Return
String!: The canonical form of the key.