You have a listner that sets the system property below when the server starts.
System.setProperty("jettison.mapped.typeconverter.class" ,"org.codehaus.jettison.mapped.SimpleConverter");
After the property is set to simpleConverter , then jettison always displays the values as a string, regardless of whether the data type is a string or int.
source share