fun hasDefault(key: String!): Boolean
(source)
Check if a key has a default provided by this schema.
key
- String!: A configuration key (e.g. "server.address.hostname"
).
Return
Boolean: true
if this schema provides a default value for the key.