I - O - public interface Converter<I,O>
| Modifier and Type | Method and Description |
|---|---|
O |
convert(I inputData)
类型转换接口,把I类型的对象转换成O类型的对象
|
O convert(I inputData) throws ConvertException
inputData - 要转换的对象ConvertException - 转换中出现的异常Copyright © 2006–2018 TinyGroup. All rights reserved.