mybatis怎么配置才能使查询出来的map key为小写的
1个回答
展开全部
Map<String, String> cateXml = cateXmls.get(i);
Map<String, String> tempMap=new LinkedCaseInsensitiveMap<String>();
tempMap.putAll(cateXml);
cateXml=tempMap;
用的是LinkedCaseInsensitiveMap这个sping提供的key大小写不敏感的类处理了一下。
Map<String, String> tempMap=new LinkedCaseInsensitiveMap<String>();
tempMap.putAll(cateXml);
cateXml=tempMap;
用的是LinkedCaseInsensitiveMap这个sping提供的key大小写不敏感的类处理了一下。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询