I am investigating the possibility of unmarshaling a custom data format to Java objects via JAXB - for example a CSV file. Is there any way I could do that with JAXB?
I suppose there should be a way of doing that via a custom component that can be plugged into JAXB somehow [like an unmarshaller or equivalent component]?
I would like to stress again that the data to be transformed is 100% NON-xml or anything similar.
Thanks in advance !