static fun parseDottedKey(dottedKey: String!): MutableList<String!>!
(source)
Parse a dotted key into individual parts.
dottedKey
- String!: A dotted key (e.g. server.address.port
).
IllegalArgumentException
- If the dotted key cannot be parsed.
Return
MutableList<String!>!: A list of individual keys in the path.