Jackson readValue 方法處理List Map等帶泛型的類型

List<SavedWayPointDto> dtos = mapper.readValue(json, new TypeReference<List<SavedWayPointDto>>() {});
相關文章
相關標籤/搜索