I have a String value that I wish to set into a bean using JAXB. So I have an instance of RuntimeTypeInfoSet and I can get the RuntimePropertyInfo and from that call getAccessor to get an Accessor for the property. The problem is that the Accessor requires the value to already be of the right type. How do I convert it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The answer is to use a Transducer instance:
|
|||
|
|
RuntimeTypeInfoSetis specific to the JAXB (JSR-222) reference implementation. Are you trying to use a JAXB implementation to populate an object outside of an unmarshal operation? – Blaise Doughan Apr 11 '12 at 10:04