Is it possible to define global java type adapters/converters in MOXy (up to the newest release (2.6.0)?
Such adapter would be applied by default to all classes registered in jaxb context if not explicitly overridden.
For instance, I would like to add support for all Joda Time types which would require neither a @XmlJavaTypeAdapter
at a field nor a class nor a package level.