接口 Converter<S,T>
public interface Converter<S,T>
Convert an object from source type
S to target type T.- 作者:
- leyou, Eric Zhao
-
方法概要
-
方法详细资料
-
convert
Convertsourceto the target type.- 参数:
source- the source object- 返回:
- the target object
-