I want to convert a JSON string into java object, but the class of this object contains abstract fields, which Jackson can\'t instantiate, and doesn\'t produce the object. W
the problem can solve with the annotation @JsonDeserialize on the abstract class
refers to Jackson Exceptions Problems and Solutions
https://www.baeldung.com/jackson-exception