Package 

Class Converter.StreamConverter

  • 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 = )@ConfigParam(name = delegate, type = list | set, defaultValue = list)@ConfigParamsPassing(target = Converter.ListConverter.class)@ConfigParamsPassing(target = Converter.SetConverter.class) 
    public class Converter.StreamConverter
    extends AbstractConverter<Stream<?>> implements ConfigurableConverter<Stream<?>>, GenericConverter<Stream<?>>
                        

    配置参数说明:

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

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

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

    • delegate - 委托的转化器(列表转化器/集转化器)。