类 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.
  • 方法详细资料

    • 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