encoder 属性

Converter<String, List<int>> encoder
重写

返回从 StringList<int> 的编码器。

可能是具有状态的,不应重复使用。

实现

Converter<String, List<int>> get encoder;