config / org.apache.tuweni.config / Schema / getDefaultListOfDouble

getDefaultListOfDouble

@Nullable fun getDefaultListOfDouble(key: String): MutableList<Double>? (source)

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

Parameters

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

Exceptions

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

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