I have the following object model in my Spring MVC (v3.2.0.RELEASE) web application:
public class Order { private Payment payment; } @JsonTypeInfo(use = J
In my case I had added defaultImpl = SomeClass.class to @JsonTypeInfo and was trying to convert it SomeClass2.class
defaultImpl = SomeClass.class