decoder 属性

Converter<T, S> decoder

返回当前对象的解码器,用于从 T 转换到 S

它可能是状态性的,并且不应重复使用。

实现

Converter<T, S> get decoder;