FasterXML / FasterXML/jackson-dataformat-xml
If array property contents are split across separate elements, earlier values are overwritten
オープン
- 主要言語
- Java
- スター
- 631
- フォーク
- 246
- 平均マージ
- 7日 9時間
- マージ済み PR(30日)
- 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 はまだ評価されていません。