public interface ITypeConvert
| 限定符和类型 | 方法和说明 |
|---|---|
IColumnType |
processTypeConvert(@NotNull GlobalConfig globalConfig,
@NotNull java.lang.String fieldType)
执行类型转换
|
default IColumnType |
processTypeConvert(@NotNull GlobalConfig globalConfig,
@NotNull TableField tableField)
执行类型转换
|
default IColumnType processTypeConvert(@NotNull @NotNull GlobalConfig globalConfig, @NotNull @NotNull TableField tableField)
globalConfig - 全局配置tableField - 字段列信息IColumnType processTypeConvert(@NotNull @NotNull GlobalConfig globalConfig, @NotNull @NotNull java.lang.String fieldType)
globalConfig - 全局配置fieldType - 字段类型