Uses of Class
org.springframework.web.reactive.result.method.annotation.AbstractMessageWriterResultHandler
Packages that use AbstractMessageWriterResultHandler
Package
Description
Infrastructure for annotation-based handler method processing.
-
Uses of AbstractMessageWriterResultHandler in org.springframework.web.reactive.result.method.annotation
Subclasses of AbstractMessageWriterResultHandler in org.springframework.web.reactive.result.method.annotationModifier and TypeClassDescriptionclassHandlerResultHandlerthat handles return values from methods annotated with@ResponseBodywriting to the body of the request or response with anHttpMessageWriter.classHandles return values of typeHttpEntity,ResponseEntity,HttpHeaders,ErrorResponse, andProblemDetail.