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

Exceptions

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

Return
MutableList<Double!>?: The value, or null if no default was available.