tuweni / org.apache.tuweni.toml / Toml / parseDottedKey

parseDottedKey

static fun parseDottedKey(dottedKey: String!): MutableList<String!>! (source)

Parse a dotted key into individual parts.

Parameters

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

Exceptions

IllegalArgumentException - If the dotted key cannot be parsed.

Return
MutableList<String!>!: A list of individual keys in the path.