Univocity parser supports reading data into bean when it is written in plain java - https://www.univocity.com/pages/univocity_parsers_tutorial#using-annotations-to-map-your-java-beans
But when univocity is used with camel, it only unmarshals the data into a list or a map - https://camel.apache.org/components/latest/dataformats/univocity-csv-dataformat.html#_unmarshalling_usages
Why is reading into beans supported in univocity but it is not supported when it is used with camel?