标签:tst 类型转换 hashmap 转换 reference rgb exception ble enc
String 转 Map<String,Map<String,Double>>
String test; Map<String,Map<String,Double>> map = new HashMap<>(); ObjectMapper mapper = new ObjectMapper(); try{ map = mapper.readValue(tset,new TypeReference<Map<String,Map<String,Double>>>(){}); }catch(Exception e){ e.printStackTrace(); }
标签:tst 类型转换 hashmap 转换 reference rgb exception ble enc
原文地址:https://www.cnblogs.com/yan-sh/p/13718671.html