Encoder for a Setting that manages a List of Strings.
Encoder<List<String>> stringListEncoder() { return StringListSettingValue.new; }