typeFor

fun typeFor(key: String): SettingsType<*>?

Get the SettingsType that matches the provided SettingsType.key.

Return

The associated SettingsType or null if not recognized.

Parameters

key

The SettingsType.key to lookup.