类 CompressReturnHandler
java.lang.Object
cn.nkpro.elcube.basic.secret.CompressReturnHandler
- 所有已实现的接口:
org.springframework.web.method.support.HandlerMethodReturnValueHandler
public class CompressReturnHandler
extends Object
implements org.springframework.web.method.support.HandlerMethodReturnValueHandler
Created by bean on 2020/7/20.
-
方法概要
修饰符和类型方法说明voidhandleReturnValue(Object returnValue, org.springframework.core.MethodParameter returnType, org.springframework.web.method.support.ModelAndViewContainer mavContainer, org.springframework.web.context.request.NativeWebRequest webRequest)booleansupportsReturnType(org.springframework.core.MethodParameter returnType)
-
方法详细资料
-
supportsReturnType
public boolean supportsReturnType(org.springframework.core.MethodParameter returnType)- 指定者:
supportsReturnType在接口中org.springframework.web.method.support.HandlerMethodReturnValueHandler
-
handleReturnValue
public void handleReturnValue(@Nullable Object returnValue, org.springframework.core.MethodParameter returnType, org.springframework.web.method.support.ModelAndViewContainer mavContainer, org.springframework.web.context.request.NativeWebRequest webRequest) throws Exception- 指定者:
handleReturnValue在接口中org.springframework.web.method.support.HandlerMethodReturnValueHandler- 抛出:
Exception
-