FasterXML / FasterXML/jackson-dataformat-xml
If array property contents are split across separate elements, earlier values are overwritten
未關閉
- 主要語言
- Java
- 星號
- 631
- 分支
- 246
- 平均合併
- 7 天 9 小時
- 30 天內合併 PR
- 13
描述
```
File file = new File("data.xml");
XmlMapper xmlMapper = new XmlMapper();
List value = Arrays.asList(xmlMapper.readValue(file, MyClass[].class));
```
`value.size(); ` output cannot exceed 100 no matter how many in the xml file
it's like there is limit that i dont know of or it's a but
Using:
Linux Mint 18.2
Spring Boot 1.5.4.RELEASE
Jackson 2.8.8 and i tried almost all of them still the same
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。