I want to change the way XML date format is written, but I don't want to put annotations in every getter of the entire project.
Is there a way to set the XmlAdapter globally to all fields of a specific type? Or at least in each class and not in each method.
Obs: My models aren't generated, they are hand written.
Thanks!