tuweni / org.apache.tuweni.config / Schema / getDefaultListOfString

getDefaultListOfString

@Nullable fun getDefaultListOfString(key: String!): MutableList<String!>? (source)

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

Parameters

key - String!: A configuration key (e.g. "server.common_names").

Exceptions

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

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