Java org.springframework.web.servlet.mvc.method.annotation ResponseBodyAdvice fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.servlet.mvc.method.annotation ResponseBodyAdvice fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.servlet.mvc.method.annotation ResponseBodyAdvice.

The text is from its open source code.

Implementation

org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice has the following implementations.
Click this link to see all its implementation.

Method

TbeforeBodyWrite(@Nullable T body, MethodParameter returnType, MediaType selectedContentType, Class> selectedConverterType, ServerHttpRequest request, ServerHttpResponse response)
Invoked after an HttpMessageConverter is selected and just before its write method is invoked.
booleansupports(MethodParameter returnType, Class> converterType)
Whether this component supports the given controller method return type and the selected HttpMessageConverter type.