ObjectMapper mapper = new ObjectMapper(); // 忽略大小写 mapper.configure(MapperFeature.ACCEPT_CASE_INSENSITIVE_PROPERTIES, true); // 下划线 与 驼峰转化 mapper.