tuweni / org.apache.tuweni.config / Schema / hasDefault

hasDefault

fun hasDefault(key: String): Boolean (source)

Check if a key has a default provided by this schema.

Parameters

key - A configuration key (e.g. "server.address.hostname").

Return
true if this schema provides a default value for the key.