Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.22
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The lack of JSON type hinting prevents full support for @XmlElementRefs and @XmlElements annotations because the JSON deserializer can't determine at runtime the type of the JSON object.
Jackson 1.5 has initial support for polymorphic type handling, as of 1.5.2, only @XmlElements is supported and not @XmlElementRefs. This will be fixed with
JACKSON-296. We'll attempt to fix this issue for 1.21.