alibaba / fastjson

FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.
https://github.com/alibaba/fastjson2/wiki/fastjson_1_upgrade_cn
Apache License 2.0
25.72k stars 6.5k forks source link

jfinal + fastjson 保留下划线问题 #1467

Open tomcatnull opened 7 years ago

tomcatnull commented 7 years ago

jfinal 实体类中是没有字段的

fastjson 转实体的时候回自动把下划线转成驼峰命名 如: product_id ->productId

我想问下如何配置fastjson不把实体类中的字段转成驼峰

wenshao commented 7 years ago

https://github.com/alibaba/fastjson/wiki/PropertyNamingStrategy_cn 看看这个是否符合你的需求?