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

   

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

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

原文地址:https://www.cnblogs.com/zyzcj/p/6979882.html