@ControllerAdvice
public class ControllerAdvisor
extends org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter
Constructor and Description |
---|
ControllerAdvisor() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
afterBodyRead(java.lang.Object body,
org.springframework.http.HttpInputMessage inputMessage,
org.springframework.core.MethodParameter parameter,
java.lang.reflect.Type targetType,
java.lang.Class<? extends org.springframework.http.converter.HttpMessageConverter<?>> converterType) |
boolean |
supports(org.springframework.core.MethodParameter arg0,
java.lang.reflect.Type arg1,
java.lang.Class<? extends org.springframework.http.converter.HttpMessageConverter<?>> arg2) |
public boolean supports(org.springframework.core.MethodParameter arg0, java.lang.reflect.Type arg1, java.lang.Class<? extends org.springframework.http.converter.HttpMessageConverter<?>> arg2)
public java.lang.Object afterBodyRead(java.lang.Object body, org.springframework.http.HttpInputMessage inputMessage, org.springframework.core.MethodParameter parameter, java.lang.reflect.Type targetType, java.lang.Class<? extends org.springframework.http.converter.HttpMessageConverter<?>> converterType)
afterBodyRead
in interface org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvice
afterBodyRead
in class org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter