Class and Description |
---|
org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
in Spring 3.2 in favor of
RequestMappingHandlerAdapter |
org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
as of Spring 3.2, in favor of
ExceptionHandlerExceptionResolver |
org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
in Spring 3.2 in favor of
RequestMappingHandlerMapping |
org.springframework.web.servlet.view.json.MappingJacksonJsonView
Please migrate to
MappingJackson2JsonView for Jackson 2.x. |