类 RequestDecryptHandler
- java.lang.Object
-
- org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter
-
- ai.yue.library.base.crypto.annotation.key.exchange.RequestDecryptHandler
-
- 所有已实现的接口:
org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvice
@ControllerAdvice @ConditionalOnClass(javax.servlet.http.HttpServletRequest.class) public class RequestDecryptHandler extends org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter请求解密处理器- 从以下版本开始:
- 2020年9月18日
- 作者:
- ylyue
-
-
构造器概要
构造器 构造器 说明 RequestDecryptHandler()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 org.springframework.http.HttpInputMessagebeforeBodyRead(org.springframework.http.HttpInputMessage inputMessage, org.springframework.core.MethodParameter parameter, Type targetType, Class<? extends org.springframework.http.converter.HttpMessageConverter<?>> converterType)booleansupports(org.springframework.core.MethodParameter methodParameter, Type targetType, Class<? extends org.springframework.http.converter.HttpMessageConverter<?>> converterType)
-
-
-
方法详细资料
-
supports
public boolean supports(org.springframework.core.MethodParameter methodParameter, Type targetType, Class<? extends org.springframework.http.converter.HttpMessageConverter<?>> converterType)
-
beforeBodyRead
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在接口中org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvice- 覆盖:
beforeBodyRead在类中org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter- 抛出:
IOException
-
-