Hi, I wanted to know if there's a way to use @DataField annotation not in the class properties but in the getters of the class. The thing is that I need to extend the domain class (auto-generated), and from the extended class use bindy annotations.
I have already implemented an example with bindy (with a standard POJO) that works, but now I need something similar to what I said above. I tried this (using @DataField annotation in the getters) but I have an error like "IllegalArgumentException: No position N defined for the field: XXXX, line: 1 must be specified" so I suppose it's not possible, but maybe there are other ways ... Thanks in advance. -- View this message in context: http://camel.465427.n5.nabble.com/Bindy-Setting-the-property-of-the-field-with-DataField-using-getter-methods-tp5432980p5432980.html Sent from the Camel - Users mailing list archive at Nabble.com.