FasterXML / FasterXML/jackson-dataformat-xml
If array property contents are split across separate elements, earlier values are overwritten
Aberta
- Linguagem predominante
- Java
- Estrelas
- 631
- Forks
- 246
- Merge médio
- 7d 9h
- PRs com merge (30d)
- 13
Descrição
```
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
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.