Fady,
Is there a way to add XmlJavaTypeAdapter to specific fields of the generated Java classes?
I am trying to trim spaces in all String fields. The incoming message contains spaces to match the width specified in the copybook, but functionally I dont need the spaces. The cross functional way to achieve this is using XmlAdapters.
How to include XmlJavaTypeAdapter in the generated Java class?
Thanks,
Aravin