Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

配置实体类自定义映射不生效 #113

Open
luoyan-git opened this issue Jan 24, 2024 · 0 comments
Open

配置实体类自定义映射不生效 #113

luoyan-git opened this issue Jan 24, 2024 · 0 comments

Comments

@luoyan-git
Copy link

当前使用版本(必填,否则不予处理)

2.0.1

该问题是如何引起的?(确定最新版也有问题再提!!!)

需要自定义实体类映射配置,然后重写之后不生效,方法都没有进入

重现步骤(如果有就写完整)

.typeConvert(new ITypeConvert() { @Override public IColumnType processTypeConvert(@NotNull GlobalConfig globalConfig, @NotNull String fieldType) { String type = fieldType; log.info("实体类转换配置为:{},当前字段类型:{}", JSONUtil.toJsonStr(globalConfig), fieldType); return this.processTypeConvert(globalConfig, type); } })
微信图片_20240124143409

报错信息

使用new ITypeConvert()这样操作后,本地日志并没有输出,希望能出个自定义实体类映射的demo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant