Jackson Deserialization of Objects Extending Abstract Classes Using Generics
I’ve seen plenty of examples of how to deal with Jackson deserialization when using abstract classes and generics, but I’m trying to understand why type inference isn’t possible in certain cases. Consider the following: