I am having one issue with Spring MVC and its json support. I make one ajax call to get some data and I want to get that data in json format including the root value. I am
Alternative to this use following one statement:
setAnnotationIntrospector(introspector);
instead following two statements,
super.getDeserializationConfig().setAnnotationIntrospector(introspector); super.getSerializationConfig().setAnnotationIntrospector(introspector);