On Wednesday 03 November 2010 4:06:27 pm Kevin Aloisi wrote: > Is there a way to configure a XmlAdapter globally? For instance, I want to > create a XmlAdapter for a java.util.Map and want it to be used everywhere > (instead of the using annotations everywhere)? > > Thanks,
I THINK you can add the XmljavaTypeAdapter annotation or similar to the package level annotaions in package-info.java. Not fully global as it's package based, but may be a bit easier. -- Daniel Kulp [email protected] http://dankulp.com/blog
