Uses of Class
org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Packages that use AbstractMessageConverterMethodProcessor
Package
Description
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package.-
Uses of AbstractMessageConverterMethodProcessor in org.springframework.web.servlet.mvc.method.annotation
Subclasses of AbstractMessageConverterMethodProcessor in org.springframework.web.servlet.mvc.method.annotationModifier and TypeClassDescriptionclassResolvesHttpEntityandRequestEntitymethod argument values, as well as return values of typeHttpEntity,ResponseEntity,ErrorResponseandProblemDetail.classResolves method arguments annotated with@RequestBodyand handles return values from methods annotated with@ResponseBodyby reading and writing to the body of the request or response with anHttpMessageConverter.