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
Try to register subtype using ObjectMapper.registerSubtypes instead of using annotations
ObjectMapper.registerSubtypes