static fun joinKeyPath(path: MutableList<String!>!): String!
Join a list of keys into a single dotted key string.
path - MutableList<String!>!: The list of keys that form the path.
path
Return String!: The path string.