gwt-jackson icon indicating copy to clipboard operation
gwt-jackson copied to clipboard

Support @JsonTypeInfo.As.EXISTING_PROPERTY

Open LennartH opened this issue 8 years ago • 0 comments

The wiki says that only As.EXTERNAL_PROPERTY and Is.CUSTOM aren't supported. But As.EXISTING_PROPERTY also throws an error (and isn't handled in the switch of AbstractBeanJsonDeserializer.doDeserialize).

Workaround I could resolve the problem by overwriting the include strategy with a mixin annotation.

LennartH avatar Jun 11 '17 14:06 LennartH