开发者社区> 问答> 正文

关于fastjson 2 分析器配置的问题。

fastjson2中ParserConfig取消了propertyNamingStrategy属性,要实现如下转换,请问要怎么处理呢? ParserConfig config = ParserConfig.getGlobalInstance(); config.propertyNamingStrategy = PropertyNamingStrategy.CamelCase; jsonObj.toJavaObject(clazz, config, 0);

原提问者GitHub用户xhygege

展开
收起
飘飘斯嘉丽 2023-04-21 11:31:56 352 0
1 条回答
写回答
取消 提交回答
  • JSONReader.Feature.SupportSmartMatch 是否能满足您的场景 see https://github.com/alibaba/fastjson2/blob/main/docs/features_cn.md

    原回答者GitHub用户VictorZeng

    2023-04-21 14:32:34
    赞同 展开评论 打赏
问答分类:
问答地址:
问答排行榜
最热
最新

相关电子书

更多
低代码开发师(初级)实战教程 立即下载
冬季实战营第三期:MySQL数据库进阶实战 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载