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

canonicalDottedKey

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

Get the canonical form of the dotted key.

Parameters

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

Exceptions

IllegalArgumentException - If the dotted key cannot be parsed.

Return
String!: The canonical form of the dotted key.