Jackson with JSON: Unrecognized field, not marked as ignorable
I need to convert a certain JSON string to a Java object. I am using Jackson for JSON handling. I have no control over the input JSON (I read from a web service). This is my input JSON: Here is a simplified use case: My entity class is: My Wrapper class is basically a container … Read more