I have a type aware object mapper that is used to convert an object to another using
objectMapper.convertValue(obj, SecondType.class)
But I am get