gwt-jackson
gwt-jackson copied to clipboard
Support @JsonTypeInfo.As.EXISTING_PROPERTY
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.