fun getDefault(key: String!): Any!
Get a default value from this configuration.
key - String!: A configuration key (e.g. "server.address.hostname").
key
"server.address.hostname"
Return Any!: The value, or null if no default was available.