FasterXML / FasterXML/jackson-dataformats-text
Support `@JsonAnyGetter` with CSV
Open
csv
- Dominant language
- Java
- Stars
- 455
- Forks
- 164
- Avg merge
- 6d 10h
- Merged PRs (30d)
- 2
Description
It seems the `@JsonAnyGetter` annotation is not supported for the CSV format.
I made a runnable test case:
https://github.com/MrBuddyCasino/jackson-csv-bug
It fails with `com.fasterxml.jackson.dataformat.csv.CsvMappingException: Unrecognized column 'xxx': known columns: ["num"] (through reference chain: org.example.CsvTest$Entity["[anySetter]"])`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.