Package 

Class Converter.ListConverter

  • All Implemented Interfaces:
    icu.windea.breezeframework.core.component.Component , icu.windea.breezeframework.core.component.ConfigurableComponent , icu.windea.breezeframework.core.component.ConfigurableConverter , icu.windea.breezeframework.core.component.Converter , icu.windea.breezeframework.core.component.GenericConverter , icu.windea.breezeframework.core.component.TypedComponent , icu.windea.breezeframework.core.model.Configurable

    @ConfigParam(name = separator, type = String, defaultValue = ,)@ConfigParam(name = prefix, type = String, defaultValue = )@ConfigParam(name = suffix, type = String, defaultValue = )@ConfigParamsPassing(target = ConfigurableConverter.class, configParams = !separator,!prefix,!suffix) 
    public class Converter.ListConverter
    extends AbstractConverter<List<?>> implements ConfigurableConverter<List<?>>, GenericConverter<List<?>>
                        

    配置参数说明:

    • separator - 从字符串转化为列表时使用的分隔符。

    • prefix - 从字符串转化为列表时使用的前缀。

    • suffix - 从字符串转化为列表时使用的后缀。