Package 

Class Converters.IntArrayConverter

  • All Implemented Interfaces:
    icu.windea.breezeframework.core.component.Component , icu.windea.breezeframework.core.component.Converter

    @ComponentParam(name = "separator", type = "String", defaultValue = ",")@ComponentParam(name = "prefix", type = "String", defaultValue = "")@ComponentParam(name = "suffix", type = "String", defaultValue = "") 
    public class Converters.IntArrayConverter
    extends AbstractConverter<IntArray>
                        

    组件参数说明:

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

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

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