Interface OssConverter<S,T>
- All Superinterfaces:
org.springframework.core.convert.converter.Converter<S,T>
public interface OssConverter<S,T>
extends org.springframework.core.convert.converter.Converter<S,T>
Description: 统一转换器定义
- Author:
- : gengwei.zheng
- Date:
- : 2023/8/16 13:00
-
Method Summary
Methods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
Method Details