Package | Description |
---|---|
org.springframework.web.reactive.result.method.annotation |
Infrastructure for annotation-based handler method processing.
|
Modifier and Type | Class and Description |
---|---|
class |
ResponseBodyResultHandler
HandlerResultHandler that handles return values from methods annotated
with @ResponseBody writing to the body of the request or response with
an HttpMessageWriter . |
class |
ResponseEntityResultHandler
Handles
HttpEntity and ResponseEntity return values. |