Hi All,
I wish to create a bean for the (following) ObjectMapper (com.fasterxml.jackson.databind.ObjectMapper). Can anyone kindly tell me, how should I do this..?
Thanks,Code:ObjectMapper objectMapper = new ObjectMapper();
objectMapper.configure(JsonParser.Feature.ALLOW_SINGLE_QUOTES, true);
Vivek
