FastJSON 转换List<T> ,Map<T,T>泛型失败 处理方法

dictDataMap = JSON.parseObject(dictAllCacheResult,new TypeReference<Map<String, DictionaryDataEntity>>(){});

采用fastJson提供的另一种转换方式即可

相关文章:

  • 2022-12-23
  • 2021-11-17
  • 2022-02-12
  • 2021-07-22
  • 2022-12-23
  • 2021-11-28
猜你喜欢
  • 2021-07-16
  • 2022-12-23
  • 2021-08-21
  • 2021-11-27
  • 2021-10-07
相关资源
相似解决方案