Package 

Class Converter.UShortArrayConverter

  • 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.TypedComponent , icu.windea.breezeframework.core.model.Configurable

    @ExperimentalUnsignedTypes()@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.UShortArrayConverter
    extends AbstractConverter<UShortArray> implements ConfigurableConverter<UShortArray>
                        

    配置参数说明:

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

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

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