config / org.apache.tuweni.config / Schema / getDefaultListOfBoolean

getDefaultListOfBoolean

@Nullable fun getDefaultListOfBoolean(key: String): MutableList<Boolean>? (source)

Get a default value from this configuration as a list of booleans.

Parameters

key - A configuration key (e.g. "server.flags").

Exceptions

InvalidConfigurationPropertyTypeException - If the default value is not a list of booleans.

Return
The value, or null if no default was available.