Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0.3
-
Component/s: JAXB Databinding
-
Labels:None
-
Estimated Complexity:Unknown
Description
In some cases an XmlAdapter (as used by JAXB) needs state. For this the Marshaller and Unmarshaller have a setAdapter(...) method, that accepts a configured instance.
Currently the JAXBDataBinding has no configuration for this.