abstract fun contains(key: String!): Boolean (source)
Check if a key is set in this configuration.
key - String!: A configuration key (e.g. "server.address.hostname").
IllegalArgumentException - If the key cannot be parsed.
Return
Boolean: true if the entry is present in this configuration.