| 接口 | 说明 |
|---|---|
| Conversion<G extends cn.featherfly.common.lang.GenericType<?>> |
转换器
|
| Convertor<T> |
转换器
|
| 类 | 说明 |
|---|---|
| AbstractConversion<G extends cn.featherfly.common.lang.GenericType<?>> |
使用BeanProperty作为参数的转换器.
|
| AbstractConvertor<T,G extends cn.featherfly.common.lang.GenericType<T>> |
抽象转换器
|
| BeanPropertyConversion |
使用BeanProperty作为参数的转换器.
|
| ConversionPolicy |
转换策略
|
| ConversionPolicys |
一些已定义的转换策略
|
| ConversionPolicysJdk8 | 已过时
ConversionPolicys已经升级至jdk8支持,此类只是为了兼容历史遗留
|
| TypeConversion |
使用class类型作为参数的转换器.
|
| 异常错误 | 说明 |
|---|---|
| ConversionException |
类型转换的时候发生的异常.
|