zoukankan      html  css  js  c++  java
  • HandlerMethodReturnValueHandler SpringMVC 参数解析 继承关系以及各解析器解析类型

     

    I HandlerMethodReturnValueHandler (org.springframework.web.method.support)
        AbstractMessageConverterMethodProcessor (org.springframework.web.servlet.mvc.method.annotation)
            HttpEntityMethodProcessor (org.springframework.web.servlet.mvc.method.annotation)
            RequestResponseBodyMethodProcessor (org.springframework.web.servlet.mvc.method.annotation)
    
        I AsyncHandlerMethodReturnValueHandler (org.springframework.web.method.support)
    
        AsyncTaskMethodReturnValueHandler (org.springframework.web.servlet.mvc.method.annotation)
        CallableMethodReturnValueHandler (org.springframework.web.servlet.mvc.method.annotation)
        DeferredResultMethodReturnValueHandler (org.springframework.web.servlet.mvc.method.annotation)
        HandlerMethodReturnValueHandlerComposite (org.springframework.web.method.support)
        HttpHeadersReturnValueHandler (org.springframework.web.servlet.mvc.method.annotation)
        MapMethodProcessor (org.springframework.web.method.annotation)
        ModelAndViewMethodReturnValueHandler (org.springframework.web.servlet.mvc.method.annotation)
        ModelAndViewResolverMethodReturnValueHandler (org.springframework.web.servlet.mvc.method.annotation)
    
        ModelAttributeMethodProcessor (org.springframework.web.method.annotation)
            ProxyingHandlerMethodArgumentResolver (org.springframework.data.web)
            ServletModelAttributeMethodProcessor (org.springframework.web.servlet.mvc.method.annotation)
    
        ModelMethodProcessor (org.springframework.web.method.annotation)
        ResponseBodyEmitterReturnValueHandler (org.springframework.web.servlet.mvc.method.annotation)
        StreamingResponseBodyReturnValueHandler (org.springframework.web.servlet.mvc.method.annotation)
        ViewMethodReturnValueHandler (org.springframework.web.servlet.mvc.method.annotation)
        ViewNameMethodReturnValueHandler (org.springframework.web.servlet.mvc.method.annotation)
    

      

    附加:HandlerMethodArgumentResolver SpringMVC 参数解析 继承关系以及各解析器解析类型

  • 相关阅读:
    linux定时器的使用
    6410 spi总线
    6410 spi 设备驱动
    qtcreator 安装后不能显示菜单
    基于Tiny 6410的内核移植 (NAND FLASH 、UBIFS篇)
    有关ajax跨域问题
    sqlmap的安装
    C# 连接数据库的配置方法
    初识Markdown
    ASP.NET 使用Ueditor富文本编辑器
  • 原文地址:https://www.cnblogs.com/hfultrastrong/p/12053409.html
Copyright © 2011-2022 走看看