My goal is to convert a JSON string field to the right class using Jackson.
I have the following class:
public class AnimalRecord { private String id;