My class Subtype structure looks like:
A
/ \
B C
/ \
D E
and using Jackson to deserialize JSON and when I mention defaultImpl to class A then I get:
Class A not subtype of [simple type, class B]
can you please point out how to get the defaultImpl to work in case of missing type id property