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 - String!: A configuration key (e.g. "server.address.hostname").

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