toml / org.apache.tuweni.toml / Toml / canonicalDottedKey

canonicalDottedKey

static fun canonicalDottedKey(dottedKey: String): String (source)

Get the canonical form of the dotted key.

Parameters

dottedKey - A dotted key (e.g. server.address.port).

Exceptions

IllegalArgumentException - If the dotted key cannot be parsed.

Return
The canonical form of the dotted key.