接口 AutoLoadConverter<S,T>
- 类型参数:
S- 源对象类型T- 目标对象类型
- 所有超级接口:
org.springframework.core.convert.converter.Converter<S,T>
public interface AutoLoadConverter<S,T>
extends org.springframework.core.convert.converter.Converter<S,T>
可自动加载转换器
- 作者:
- guer