@ControllerAdvice
@ConditionalOnClass(value=javax.servlet.http.HttpServletRequest.class)
public class RequestDecryptHandler
extends org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter
| Constructor and Description |
|---|
RequestDecryptHandler() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.HttpInputMessage |
beforeBodyRead(org.springframework.http.HttpInputMessage inputMessage,
org.springframework.core.MethodParameter parameter,
Type targetType,
Class<? extends org.springframework.http.converter.HttpMessageConverter<?>> converterType) |
boolean |
supports(org.springframework.core.MethodParameter methodParameter,
Type targetType,
Class<? extends org.springframework.http.converter.HttpMessageConverter<?>> converterType) |
public boolean supports(org.springframework.core.MethodParameter methodParameter,
Type targetType,
Class<? extends org.springframework.http.converter.HttpMessageConverter<?>> converterType)
public org.springframework.http.HttpInputMessage beforeBodyRead(org.springframework.http.HttpInputMessage inputMessage,
org.springframework.core.MethodParameter parameter,
Type targetType,
Class<? extends org.springframework.http.converter.HttpMessageConverter<?>> converterType)
throws IOException
beforeBodyRead in interface org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvicebeforeBodyRead in class org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapterIOExceptionCopyright © 2022 Pivotal Software, Inc.. All rights reserved.