Vetle Leinonen-Roeim
Results
3
comments of
Vetle Leinonen-Roeim
There's currently no way to do this out of the box. You might try something like `@JsonTypeInfo(use = JsonTypeInfo.Id.CUSTOM, property = "xsi:type")`, but there are two challenges to this; 1)...
Recently ran into this problem via https://github.com/FasterXML/jackson-module-jaxb-annotations/issues/66, and was wondering why the proposed fix there couldn't be implemented? While I understand the need for a better solution of merging annotations,...