用ObjectMapper解析的对象含List<? extends User> 该怎么解析,直接ObjectMapper mapper = new ObjectMapper();mapper.readValue(json, JsonCapsuleList.class)报错 求大神指点